aboutsummaryrefslogtreecommitdiff
path: root/parsing/astmod.mli
diff options
context:
space:
mode:
authorcoq2002-09-20 10:53:18 +0000
committercoq2002-09-20 10:53:18 +0000
commitdc16cbc0693d98c324c846e162d087d95d60f70d (patch)
treedd0d0ab7e38f8d8334827a3711fd62acbd1cd18c /parsing/astmod.mli
parenta406d5f7602f44daf8066faf399acbad3ba124fc (diff)
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
Diffstat (limited to 'parsing/astmod.mli')
-rw-r--r--parsing/astmod.mli11
1 files changed, 3 insertions, 8 deletions
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