From 6c28c8f38c6f47cc772d42e5cc54398785d63bc0 Mon Sep 17 00:00:00 2001 From: filliatr Date: Tue, 23 Nov 1999 17:39:25 +0000 Subject: modules Indrec, Tacentries, Hiddentac git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@131 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.mli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel/type_errors.mli') diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index 961a1b2511..fae63666c1 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -28,6 +28,8 @@ type type_error = | IllFormedRecBody of std_ppcmds * name list * int * constr array | IllTypedRecBody of int * name list * unsafe_judgment array * typed_type array + | NotInductive of constr + | MLCase of string * constr * constr * constr * constr exception TypeError of path_kind * context * type_error @@ -72,3 +74,8 @@ val error_ill_typed_rec_body : path_kind -> unsafe_env -> int -> name list -> unsafe_judgment array -> typed_type array -> 'b +val error_not_inductive : path_kind -> unsafe_env -> constr -> 'a + +val error_ml_case : path_kind -> unsafe_env -> + string -> constr -> constr -> constr -> constr -> 'a + -- cgit v1.2.3