Skip to content

Commit cfec725

Browse files
Merge PR #21372: Stop exposing PrintingFlags.raw_print
Reviewed-by: ppedrot Co-authored-by: ppedrot <[email protected]>
2 parents 7f56eef + fd0ce35 commit cfec725

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pretyping/printingFlags.mli

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,7 @@ val current : unit -> t
111111

112112
val current_ignore_raw : unit -> t
113113

114-
(** The following flags are still accessed directly, but not when printing constr. *)
115-
116-
(** Set Printing All flag. *)
117-
val raw_print : bool ref
118-
114+
(** The following flag is still accessed directly, but not when printing constr. *)
119115
val print_universes : bool ref
120116

121117
module PrintingInductiveMake (_ : sig

0 commit comments

Comments
 (0)