aboutsummaryrefslogtreecommitdiff
path: root/checker/checkTypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/checkTypes.mli')
-rw-r--r--checker/checkTypes.mli20
1 files changed, 20 insertions, 0 deletions
diff --git a/checker/checkTypes.mli b/checker/checkTypes.mli
new file mode 100644
index 0000000000..022f9bc603
--- /dev/null
+++ b/checker/checkTypes.mli
@@ -0,0 +1,20 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+
+(*i*)
+open Declarations
+open Constr
+open Environ
+(*i*)
+
+(*s Typing functions (not yet tagged as safe) *)
+
+val check_polymorphic_arity :
+ env -> rel_context -> template_arity -> unit