aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printer.mli')
-rw-r--r--printing/printer.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/printer.mli b/printing/printer.mli
index 315bf6810d..baa81c9fe4 100644
--- a/printing/printer.mli
+++ b/printing/printer.mli
@@ -59,6 +59,8 @@ val pr_ltype : types -> std_ppcmds
val pr_type_env : env -> evar_map -> types -> std_ppcmds
val pr_type : types -> std_ppcmds
+val pr_closed_glob_env : env -> evar_map -> closed_glob_constr -> std_ppcmds
+
val pr_ljudge_env : env -> evar_map -> unsafe_judgment -> std_ppcmds * std_ppcmds
val pr_ljudge : unsafe_judgment -> std_ppcmds * std_ppcmds