aboutsummaryrefslogtreecommitdiff
path: root/lib/errors.mli
diff options
context:
space:
mode:
authorletouzey2013-03-14 17:43:06 +0000
committerletouzey2013-03-14 17:43:06 +0000
commit2f8bc98ab583a7259e167cd6bf3bce36aa33ada6 (patch)
treecaf58b012d8175f332b1d9110bfa32ba62a43cdb /lib/errors.mli
parent723fb4d1220cafce811963f789a92d6f3df7f89e (diff)
Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncritical
This was apparently already the case before, but this invariant is now explicited in comments + a few asserts. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16305 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/errors.mli')
-rw-r--r--lib/errors.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/errors.mli b/lib/errors.mli
index c5400574b8..a7f4ef0cdf 100644
--- a/lib/errors.mli
+++ b/lib/errors.mli
@@ -81,10 +81,6 @@ val print_anomaly : exn -> Pp.std_ppcmds
isn't printed (used in Ltac debugging). *)
val print_no_report : exn -> Pp.std_ppcmds
-(** Same as [print], except that anomalies are not printed but re-raised
- (used for the Fail command) *)
-val print_no_anomaly : exn -> Pp.std_ppcmds
-
(** Critical exceptions shouldn't be catched and ignored by mistake
by inner functions during a [vernacinterp]. They should be handled
only at the very end of interp, to be displayed to the user.