Skip to content

Commit

Permalink
added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Jun 30, 2023
1 parent 94e4606 commit a0bc8b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/counter.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ by move=>x [v][] _ /= ->; do 3!step.
Qed.
Next Obligation.
move=>[] _ /= ->.
(* ordinarily step should work here *)
(* but it doesn't; we suspect because universe levels are off *)
(* but error messages aren't helpful *)
(* one can still finish the step manually *)
apply/vrf_bind/vrf_alloc=>x; rewrite unitR=>_.
(* after which, automation proceeds to work *)
by step.
Qed.

Expand Down

0 comments on commit a0bc8b7

Please sign in to comment.