summaryrefslogtreecommitdiff
path: root/kernel/mod_typing.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /kernel/mod_typing.mli
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
Diffstat (limited to 'kernel/mod_typing.mli')
-rw-r--r--kernel/mod_typing.mli13
1 files changed, 9 insertions, 4 deletions
diff --git a/kernel/mod_typing.mli b/kernel/mod_typing.mli
index 706c617c..b9c68a23 100644
--- a/kernel/mod_typing.mli
+++ b/kernel/mod_typing.mli
@@ -6,22 +6,27 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: mod_typing.mli 6621 2005-01-21 17:24:37Z herbelin $ i*)
+(*i $Id: mod_typing.mli 11170 2008-06-25 08:31:04Z soubiran $ i*)
(*i*)
open Declarations
open Environ
open Entries
+open Mod_subst
(*i*)
-val translate_modtype : env -> module_type_entry -> module_type_body
-
val translate_module : env -> module_entry -> module_body
-val translate_mexpr : env -> module_expr -> module_expr_body * module_type_body
+val translate_struct_entry : env -> module_struct_entry ->
+ struct_expr_body * substitution
val add_modtype_constraints : env -> module_type_body -> env
val add_module_constraints : env -> module_body -> env
+val add_struct_expr_constraints : env -> struct_expr_body -> env
+
+val struct_expr_constraints : struct_expr_body -> Univ.constraints
+
+val module_constraints : module_body -> Univ.constraints