Skip to content

Commit

Permalink
improved auto goal selection (see coq/#16293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhaandi authored and liyishuai committed Jul 12, 2022
1 parent bf494bf commit a1b6f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Data/Map/FMapAList.v
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Section keyed.
induction m; intuition.
unfold alist_find', compose.
simpl.
destruct (k ?[ R ] a0) eqn:Heq; intuition.
destruct (k ?[ R ] a0) eqn:Heq; [intuition|].
rewrite IHm.
reflexivity.
Qed.
Expand Down

0 comments on commit a1b6f91

Please sign in to comment.