From b847fcc99e35a09b862aa758c5e3f0b08a93202d Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 12 Feb 2004 19:35:23 +0000 Subject: Localisation des erreurs d'internalisation des notations de tactiques dans le module de leur définition. Error_in_file dans Util et étendu avec possibilité de noms de modules git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5328 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/util.mli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/util.mli') diff --git a/lib/util.mli b/lib/util.mli index 58d5150b72..e4a2ef7075 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -41,6 +41,12 @@ val user_err_loc : loc * string * std_ppcmds -> 'a val invalid_arg_loc : loc * string -> 'a val join_loc : loc -> loc -> loc +(* Like [Exc_located], but specifies the outermost file read, the + input buffer associated to the location of the error (or the module name + if boolean is true), and the error itself. *) + +exception Error_in_file of string * (bool * string * loc) * exn + (*s Projections from triplets *) val pi1 : 'a * 'b * 'c -> 'a -- cgit v1.2.3