diff options
| author | herbelin | 1999-12-10 09:52:15 +0000 |
|---|---|---|
| committer | herbelin | 1999-12-10 09:52:15 +0000 |
| commit | 92c43edb177407876440067a9298fd78e246d12c (patch) | |
| tree | 540c96b1698313ebe09ed19cb80abddd490e8267 /kernel/type_errors.mli | |
| parent | 85bd945e22abc31fec8f89da1779d94027323e91 (diff) | |
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
Diffstat (limited to 'kernel/type_errors.mli')
| -rw-r--r-- | kernel/type_errors.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/type_errors.mli b/kernel/type_errors.mli index aaf278c271..1c0df5a31e 100644 --- a/kernel/type_errors.mli +++ b/kernel/type_errors.mli @@ -33,6 +33,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 |
