Skip to content

Commit a1b6f91

Browse files
mrhaandiliyishuai
authored andcommitted
improved auto goal selection (see coq/#16293)
1 parent bf494bf commit a1b6f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/Data/Map/FMapAList.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Section keyed.
5353
induction m; intuition.
5454
unfold alist_find', compose.
5555
simpl.
56-
destruct (k ?[ R ] a0) eqn:Heq; intuition.
56+
destruct (k ?[ R ] a0) eqn:Heq; [intuition|].
5757
rewrite IHm.
5858
reflexivity.
5959
Qed.

0 commit comments

Comments
 (0)