aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/subtyping.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/subtyping.mli')
-rw-r--r--kernel/subtyping.mli19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel/subtyping.mli b/kernel/subtyping.mli
new file mode 100644
index 000000000..71c111339
--- /dev/null
+++ b/kernel/subtyping.mli
@@ -0,0 +1,19 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
+(*i $Id$ i*)
+
+(*i*)
+open Univ
+open Declarations
+open Environ
+(*i*)
+
+val check_subtypes : env -> module_type_body -> module_type_body -> constraints
+
+