diff options
| author | letouzey | 2013-03-14 17:43:06 +0000 |
|---|---|---|
| committer | letouzey | 2013-03-14 17:43:06 +0000 |
| commit | 2f8bc98ab583a7259e167cd6bf3bce36aa33ada6 (patch) | |
| tree | caf58b012d8175f332b1d9110bfa32ba62a43cdb /proofs | |
| parent | 723fb4d1220cafce811963f789a92d6f3df7f89e (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 'proofs')
| -rw-r--r-- | proofs/proof_type.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 7ff1afc224..0635995352 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -82,4 +82,7 @@ type ltac_call_kind = type ltac_trace = (int * Loc.t * ltac_call_kind) list +(** Invariant: the exceptions embedded in LtacLocated satisfy + Errors.noncritical *) + exception LtacLocated of ltac_trace * Loc.t * exn |
