From dc16cbc0693d98c324c846e162d087d95d60f70d Mon Sep 17 00:00:00 2001 From: coq Date: Fri, 20 Sep 2002 10:53:18 +0000 Subject: La notation with dependante + affichage dependante de moduels corrige git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3025 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/astmod.mli | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'parsing/astmod.mli') diff --git a/parsing/astmod.mli b/parsing/astmod.mli index 158f40e890..49e061a0be 100644 --- a/parsing/astmod.mli +++ b/parsing/astmod.mli @@ -19,12 +19,7 @@ open Evd (* Module expressions and module types are interpreted relatively to eventual functor or funsig arguments. *) -val interp_module_decl : evar_map -> env -> - (identifier list * Coqast.t) list -> - Coqast.t option -> - Coqast.t option - -> - (identifier * (mod_bound_id * module_type_entry)) list * - module_type_entry option * - module_expr option +val interp_modtype : env -> Coqast.t -> module_type_entry + +val interp_modexpr : env -> Coqast.t -> module_expr -- cgit v1.2.3