From 70ce3e98991a96f9d7f181a4a6f5b250457f1245 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 19 Nov 2018 18:17:06 +0100 Subject: Move inductive typecheck to file independent from positivity check. This is strictly code movement. --- kernel/indTyping.mli | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 kernel/indTyping.mli (limited to 'kernel/indTyping.mli') diff --git a/kernel/indTyping.mli b/kernel/indTyping.mli new file mode 100644 index 0000000000..b16ada5ee8 --- /dev/null +++ b/kernel/indTyping.mli @@ -0,0 +1,24 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* + Entries.mutual_inductive_entry -> + env * env * rel_context * + (Id.t * Id.t list * types array * + (rel_context * + (bool * types * Univ.Universe.t, + Univ.Level.t option list * Univ.Universe.t) + Declarations.declaration_arity)) + array -- cgit v1.2.3