aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printer.mli')
-rw-r--r--printing/printer.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/printing/printer.mli b/printing/printer.mli
index 6ca55b16b5..eb181d4265 100644
--- a/printing/printer.mli
+++ b/printing/printer.mli
@@ -80,7 +80,9 @@ val pr_sort : sorts -> std_ppcmds
(** Universe constraints *)
+val pr_polymorphic : bool -> std_ppcmds
val pr_univ_cstr : Univ.constraints -> std_ppcmds
+val pr_universe_ctx : Univ.universe_context -> std_ppcmds
(** Printing global references using names as short as possible *)
@@ -94,6 +96,11 @@ val pr_constructor : env -> constructor -> std_ppcmds
val pr_inductive : env -> inductive -> std_ppcmds
val pr_evaluable_reference : evaluable_global_reference -> std_ppcmds
+val pr_pconstant : env -> pconstant -> std_ppcmds
+val pr_pinductive : env -> pinductive -> std_ppcmds
+val pr_pconstructor : env -> pconstructor -> std_ppcmds
+
+
(** Contexts *)
val pr_ne_context_of : std_ppcmds -> env -> std_ppcmds