aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-12 19:35:23 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-02-12 19:35:23 +0000
commitb847fcc99e35a09b862aa758c5e3f0b08a93202d (patch)
treea1e88a9123be5255852cc93015fd5b22699633d6 /toplevel/vernac.mli
parentdabb8781bf86fb7f85aa4c96928252c6afc8f3cc (diff)
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
Diffstat (limited to 'toplevel/vernac.mli')
-rw-r--r--toplevel/vernac.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/toplevel/vernac.mli b/toplevel/vernac.mli
index ca96d9e49..37279a2d5 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -10,11 +10,6 @@
(* Parsing of vernacular. *)
-(* Like [Exc_located], but specifies the outermost file read, the input buffer
- associated to the location of the error, and the error itself. *)
-
-exception Error_in_file of string * (string * Util.loc) * exn
-
(* Read a vernac command on the specified input (parse only).
Raises [End_of_file] if EOF (or Ctrl-D) is reached. *)