diff options
| author | barras | 2001-11-12 12:38:08 +0000 |
|---|---|---|
| committer | barras | 2001-11-12 12:38:08 +0000 |
| commit | 865d3a274dc618a4eff13b309109aa559077a933 (patch) | |
| tree | dac5bc457e5ad9b955b21012b230ed97de22d92b /parsing | |
| parent | da33e695040678d74622213af2cd43d32140d186 (diff) | |
Suites modifs du noyau. Univ devient purement fonctionnel.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2183 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/prettyp.mli | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parsing/prettyp.mli b/parsing/prettyp.mli index f106d16d6f..c7cfc7debb 100644 --- a/parsing/prettyp.mli +++ b/parsing/prettyp.mli @@ -13,8 +13,6 @@ open Pp open Names open Sign open Term -open Termops -open Inductive open Environ open Reductionops open Nametab @@ -22,7 +20,7 @@ open Nametab (* A Pretty-Printer for the Calculus of Inductive Constructions. *) -val assumptions_for_print : name list -> names_context +val assumptions_for_print : name list -> Termops.names_context val print_closed_sections : bool ref val print_impl_args : int list -> std_ppcmds |
