Skip to content

Commit

Permalink
Adapt to coq/coq#18082 (Ltac2 mutable refs are not values) (#115)
Browse files Browse the repository at this point in the history
Should be backwards compatible.
  • Loading branch information
SkySkimmer authored Sep 26, 2023
1 parent 43447bc commit e2721fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rewriter/Language/Reify.v
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Module Compilers.
aux tys [] (Fresh.Free.of_constr term).

Module Reify.
Ltac2 debug_level := Pre.reify_debug_level.
Ltac2 Notation debug_level := Pre.reify_debug_level.

Ltac2 mutable should_debug_enter_reify () := Int.le 3 debug_level.
Ltac2 mutable should_debug_enter_reify_preprocess () := Int.le 3 debug_level.
Expand Down

0 comments on commit e2721fc

Please sign in to comment.