From da732b39843cddcd9b3881b62ab9a351d65b98e4 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 20 Nov 2000 08:40:29 +0000 Subject: Ajout erreur GlobalNotFound git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@860 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 5806e33641..a79dbcf3c9 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 -- cgit v1.2.3