Skip to content

Commit f067cab

Browse files
committed
improved auto goal selection (see coq/rocq-prover#16293)
1 parent b4e77c8 commit f067cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/DecomposeApp.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Local Definition mtele_convert' {A : Type} {B : A -> Prop} {G : Type} {mt:MTele}
8787
induction mt as [|X F IHmt].
8888
- cbn. refine (fun x => x).
8989
- cbn. intros ? ? ?.
90-
refine (IHmt _ _ _ _); auto.
90+
refine (IHmt _ _ _ _); [|auto].
9191
apply X0.
9292
Defined.
9393

0 commit comments

Comments
 (0)