From a0cfa4f118023d35b767a999d5a2ac4b082857b4 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 25 Jul 2008 15:12:53 +0200 Subject: Imported Upstream version 8.2~beta3+dfsg --- kernel/mod_typing.mli | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'kernel/mod_typing.mli') 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 -- cgit v1.2.3