Skip to content

Commit d2fb128

Browse files
committed
Adapt to coq/coq#19690 (Hint Extern follows proof mode)
1 parent 73bb6a9 commit d2fb128

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rupicola

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)