Skip to content

Commit ce9e409

Browse files
authored
Adapt to coq/coq#19690 (Hint Extern follows proof mode) (#2058)
1 parent dc9e209 commit ce9e409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Language/APINotations.v

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ Module Compilers.
451451
Ltac Reify_rhs _ :=
452452
ltac2:(_Reify_rhs ()).
453453

454+
Local Set Default Proof Mode "Classic".
454455
Global Hint Extern 1 (@expr.Reified_of _ _ _ _ ?t ?v ?rv)
455456
=> cbv [expr.Reified_of]; Reify_rhs (); reflexivity : typeclass_instances.
456457

0 commit comments

Comments
 (0)