We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf494bf commit a1b6f91Copy full SHA for a1b6f91
theories/Data/Map/FMapAList.v
@@ -53,7 +53,7 @@ Section keyed.
53
induction m; intuition.
54
unfold alist_find', compose.
55
simpl.
56
- destruct (k ?[ R ] a0) eqn:Heq; intuition.
+ destruct (k ?[ R ] a0) eqn:Heq; [intuition|].
57
rewrite IHm.
58
reflexivity.
59
Qed.
0 commit comments