diff options
| author | Gaëtan Gilbert | 2018-11-19 18:17:06 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-01-21 13:22:47 +0100 |
| commit | 70ce3e98991a96f9d7f181a4a6f5b250457f1245 (patch) | |
| tree | ce3c5c63b3b13d470ce08c339f22e10e34566705 /kernel/indtypes.mli | |
| parent | 5f9a6c17b4353024e7510977a41cfb1de93a0f5f (diff) | |
Move inductive typecheck to file independent from positivity check.
This is strictly code movement.
Diffstat (limited to 'kernel/indtypes.mli')
| -rw-r--r-- | kernel/indtypes.mli | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli index b4879611a3..5e37df6976 100644 --- a/kernel/indtypes.mli +++ b/kernel/indtypes.mli @@ -16,13 +16,6 @@ open Entries (** Inductive type checking and errors *) -(** The different kinds of errors that may result of a malformed inductive - definition. *) - -val infos_and_sort : env -> constr -> Univ.Universe.t - -val check_subtyping_arity_constructor : env -> (constr -> constr) -> types -> int -> bool -> unit - val check_positivity : chkpos:bool -> Names.MutInd.t -> Environ.env -> |
