diff options
Diffstat (limited to 'pretyping/cases.mli')
| -rw-r--r-- | pretyping/cases.mli | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/pretyping/cases.mli b/pretyping/cases.mli index fcfee055c4..39677f38b9 100644 --- a/pretyping/cases.mli +++ b/pretyping/cases.mli @@ -48,13 +48,10 @@ val error_needs_inversion : env -> constr -> types -> 'a (** {6 Compilation primitive. } *) -module type S = sig - val compile_cases : - loc -> case_style -> - (type_constraint -> env -> evar_map ref -> glob_constr -> unsafe_judgment) * evar_map ref -> - type_constraint -> - env -> glob_constr option * tomatch_tuples * cases_clauses -> - unsafe_judgment -end - -module Cases_F(C : Coercion.S) : S +val compile_cases : + loc -> case_style -> + (type_constraint -> env -> evar_map ref -> glob_constr -> unsafe_judgment) * evar_map ref -> + type_constraint -> + env -> glob_constr option * tomatch_tuples * cases_clauses -> + unsafe_judgment + |
