aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printer.ml')
-rw-r--r--printing/printer.ml5
1 files changed, 5 insertions, 0 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index c27a9b009d..1d7b7cff0f 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -998,6 +998,11 @@ let pr_assumptionset env s =
let xor a b =
(a && not b) || (not a && b)
+let pr_cumulative p b =
+ if p then
+ if b then str "Cumulative " else str "NonCumulative "
+ else str ""
+
let pr_polymorphic b =
let print = xor (Flags.is_universe_polymorphism ()) b in
if print then