Skip to content

Commit 3b0d87a

Browse files
authored
Merge pull request #32 from SkySkimmer/print-flags
Adapt to rocq-prover/rocq#21281 (printing flags passed functionally)
2 parents a4e154f + 91702ab commit 3b0d87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gallinaGen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ let ident_decl_ s : Constrexpr.ident_decl =
113113
let pr_constr_expr cexpr =
114114
let env = Global.env () in
115115
let sigma = Evd.from_env env in
116-
Ppconstr.pr_lconstr_expr env sigma cexpr
116+
Ppconstr.pr_lconstr_expr ~flags:(Ppconstr.current_flags()) env sigma cexpr
117117

118118
let pr_exact_expr cexpr =
119119
let open Pp in

0 commit comments

Comments
 (0)