aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/prettyp.mli
diff options
context:
space:
mode:
authorGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-12 12:38:08 +0000
committerGravatar barras <barras@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-12 12:38:08 +0000
commit865d3a274dc618a4eff13b309109aa559077a933 (patch)
treedac5bc457e5ad9b955b21012b230ed97de22d92b /parsing/prettyp.mli
parentda33e695040678d74622213af2cd43d32140d186 (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/prettyp.mli')
-rw-r--r--parsing/prettyp.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/parsing/prettyp.mli b/parsing/prettyp.mli
index f106d16d6..c7cfc7deb 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