Skip to content

Commit

Permalink
make end2end compile
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jan 9, 2025
1 parent 0a82952 commit 6ccd901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/src/end2end/End2EndLightbulb.v
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Proof.
- reflexivity.
- (* preserve invariant *)
intros.
specialize (H ltac:(repeat constructor)).
specialize (H ltac:(repeat constructor) ltac:(repeat constructor)).
unfold hl_inv, isReady, goodTrace, goodHlTrace in *.
Simp.simp.
repeat ProgramLogic.straightline.
Expand Down

0 comments on commit 6ccd901

Please sign in to comment.