Skip to content

Commit

Permalink
Merge pull request #144 from uwplse/conclude_using
Browse files Browse the repository at this point in the history
simplified conclude_using
  • Loading branch information
palmskog committed Nov 5, 2023
2 parents 44aacdc + 0f15fa5 commit f082f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Systems/LiveLockServ.v
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ Section LockServ.
intros.
pose proof (@clients_move_way_up_in_queue n 0 c s).
pose proof (Nat.le_0_l n).
repeat concludes. conclude_using ltac:(intuition; congruence).
repeat concludes. conclude_using (intuition; congruence).
eapply eventually_monotonic_simple; [|eauto].
intros. simpl in *. intuition.
Qed.
Expand Down

0 comments on commit f082f86

Please sign in to comment.