diff options
| author | filliatr | 1999-08-24 16:09:29 +0000 |
|---|---|---|
| committer | filliatr | 1999-08-24 16:09:29 +0000 |
| commit | 14524e0b6ab7458d7b373fd269bb03b658dab243 (patch) | |
| tree | e6fe6c100e4e728a830b7b6f6691e9262d9190a4 /kernel/printer.mli | |
| parent | a86e0c41f5e9932140574b316343c3dfd321703c (diff) | |
mach et himsg; typage sans extraction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@21 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/printer.mli')
| -rw-r--r-- | kernel/printer.mli | 10 |
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 |
