File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ Import ExAst.
2626Import Kernames.
2727Import ListNotations.
2828
29+ (* MCPrelude.len gets overwritten by PCUICToTemplateCorrectness
30+ then in Rocq < 9.1 it gets reset to its original value, which is the one below
31+ for compat we do the reset explicitly
32+ *)
33+ Local Ltac len ::= autorewrite with len; cbn.
34+
2935Unset SsrRewrite.
3036
3137Local Set Firstorder Solver auto.
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ Set Default Proof Using "Type*".
2727From Equations.Prop Require Import DepElim.
2828From Equations Require Import Equations.
2929
30+ (* MCPrelude.len gets overwritten by PCUICToTemplateCorrectness
31+ then in Rocq < 9.1 it gets reset to its original value, which is the one below
32+ for compat we do the reset explicitly
33+ *)
34+ Local Ltac len ::= autorewrite with len; cbn.
35+
3036(** Translation from PCUIC back to template-coq terms.
3137
3238 This translation is not direct due to two peculiarities of template-coq's syntax:
You can’t perform that action at this time.
0 commit comments