aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/type_errors.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:40:29 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-20 08:40:29 +0000
commitda732b39843cddcd9b3881b62ab9a351d65b98e4 (patch)
tree092069f109b9a4c167f631339921d4c30d14b88e /kernel/type_errors.ml
parent201a53ff145e8c85f6e98337331b0bce44dafde5 (diff)
Ajout erreur GlobalNotFound
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@860 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/type_errors.ml')
-rw-r--r--kernel/type_errors.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/type_errors.ml b/kernel/type_errors.ml
index 5806e3364..a79dbcf3c 100644
--- a/kernel/type_errors.ml
+++ b/kernel/type_errors.ml
@@ -59,6 +59,8 @@ type type_error =
| WrongNumargConstructor of constructor_path * int
| WrongPredicateArity of constr * int * int
| NeedsInversion of constr * constr
+ (* Relocation error *)
+ | GlobalNotFound of section_path
exception TypeError of path_kind * env * type_error