aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/indtypes.mli
blob: 20a0adfc1841a1a1e7b4c094e5352d5598f3556c (plain)
1
2
3
4
5
6
7
8
9
10

(* $Id$ *)

open Inductive
open Environ

(* [mind_check_arities] checks that the types declared for all the
   inductive types are some arities. *)

val mind_check_arities : 'a unsafe_env -> mutual_inductive_entry -> unit