Skip to content

Commit

Permalink
Parenthesize red_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 13, 2023
1 parent 226b70f commit 47d241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/IdentifierParameters.v
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Local Ltac2 Notation "red_flags:(" s(strategy) ")" := s.

(* TODO: Move to util *)
Ltac2 eval_cbv_beta (c : constr) :=
Std.eval_cbv red_flags:(beta) c.
Std.eval_cbv (red_flags:(beta)) c.

Ltac2 Set reify_ident_preprocess_extra :=
fun ctx_tys term
Expand Down

0 comments on commit 47d241b

Please sign in to comment.