From 958b0daa566c3735e054eb76d05255101ef29851 Mon Sep 17 00:00:00 2001 From: filliatr Date: Mon, 29 Nov 1999 14:29:18 +0000 Subject: portage modules Evarconv et Evarutil git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@161 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/type_errors.ml') diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml index eaef2dafc0..f3cb78205a 100644 --- a/kernel/type_errors.ml +++ b/kernel/type_errors.ml @@ -29,6 +29,8 @@ type type_error = | NotInductive of constr | MLCase of string * constr * constr * constr * constr | CantFindCaseType of constr + | OccurCheck of int * constr + | NotClean of int * constr exception TypeError of path_kind * context * type_error -- cgit v1.2.3