aboutsummaryrefslogtreecommitdiff
path: root/kernel/printer.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printer.mli')
-rw-r--r--kernel/printer.mli10
1 files changed, 9 insertions, 1 deletions
diff --git a/kernel/printer.mli b/kernel/printer.mli
index f737f0ced4..d9c2336bc2 100644
--- a/kernel/printer.mli
+++ b/kernel/printer.mli
@@ -2,7 +2,15 @@
(* $Id$ *)
open Pp
+open Names
open Term
+open Sign
+open Environ
-val prterm : constr -> std_ppcmds
+val pr_id : identifier -> std_ppcmds
+val pr_sp : section_path -> std_ppcmds
+
+val gen_pr_term : path_kind -> 'a unsafe_env -> constr -> std_ppcmds
+val pr_term : constr -> std_ppcmds
+val pr_ne_env : std_ppcmds -> path_kind -> environment -> std_ppcmds