Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Jan 28, 2025
1 parent fc022f7 commit 91fac85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/lib/vs.v
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ pure atoms *)

Inductive pure_atom := Eqv : expr -> expr -> pure_atom.

Let var1 : var := Z2id 1.
Let var0 : var := Z2id 0.
Let var2 : var := Z2id 2.
Definition var1 : var := Z2id 1.
Definition var0 : var := Z2id 0.
Definition var2 : var := Z2id 2.

Fixpoint list_prio {A} (weight: var) (l: list A) (p: var) : var :=
match l with
Expand Down

0 comments on commit 91fac85

Please sign in to comment.