(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* env -> constructor -> int -> 'a val error_wrong_numarg_inductive_loc : loc -> env -> inductive -> int -> 'a (*s Compilation of pattern-matching. *) module type S = sig val compile_cases : loc -> (type_constraint -> env -> rawconstr -> unsafe_judgment) * evar_defs ref -> type_constraint -> env -> rawconstr option * tomatch_tuple * cases_clauses -> unsafe_judgment end module Cases_F(C : Coercion.S) : S