Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using auto with * in intuition #119

Open
wants to merge 1 commit into
base: coq-master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/Test.v
Original file line number Diff line number Diff line change
@@ -568,7 +568,7 @@ Section Elts.
induction l as [|y l].
simpl; intros; split; [destruct 1 | apply gt_irrefl].
simpl. intro x; destruct (eqA_dec y x) as [Heq|Hneq].
rewrite Heq; intuition.
rewrite Heq; intuition auto with arith.
pose (IHl x). intuition.
Qed.

2 changes: 1 addition & 1 deletion tests/graph.dpd.oracle
Original file line number Diff line number Diff line change
@@ -888,7 +888,7 @@ E: 125 179 [weight=1, ];
E: 125 181 [weight=3, ];
E: 125 182 [weight=11, ];
E: 125 183 [weight=14, ];
E: 126 127 [weight=29, ];
E: 126 127 [weight=33, ];
E: 126 170 [weight=27, ];
E: 126 179 [weight=1, ];
E: 126 181 [weight=2, ];