Skip to content

Commit 5b23665

Browse files
vbglxavierleroy
authored andcommitted
Use intuition idtac instead of intuition (#321)
A stronger `intuition` in the near future would break this use of `intuition`.
1 parent 029329c commit 5b23665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IntvSets.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Proof.
102102
simpl. rewrite IHok. tauto.
103103
destruct (zlt h0 l).
104104
simpl. tauto.
105-
rewrite IHok. intuition.
105+
rewrite IHok. intuition idtac.
106106
assert (l0 <= x < h0 \/ l <= x < h) by xomega. tauto.
107107
left; xomega.
108108
left; xomega.

0 commit comments

Comments
 (0)