From 92c43edb177407876440067a9298fd78e246d12c Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 10 Dec 1999 09:52:15 +0000 Subject: Suppression Rel de rawconstr et correction de bugs d'affichage git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@228 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/type_errors.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/type_errors.ml') diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml index 89174d1bf..02db98b98 100644 --- a/kernel/type_errors.ml +++ b/kernel/type_errors.ml @@ -31,6 +31,7 @@ type type_error = | CantFindCaseType of constr | OccurCheck of int * constr | NotClean of int * constr + | VarNotFound of identifier (* Pattern-matching errors *) | BadConstructor of constructor_path * inductive_path | WrongNumargConstructor of constructor_path * int -- cgit v1.2.3