diff options
| author | Hugo Herbelin | 2014-08-21 12:53:39 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2014-09-12 10:39:32 +0200 |
| commit | b720cd3cbefa46da784b68a8e016a853f577800c (patch) | |
| tree | 6e338ce2d2abedf75309d9ac0290836902590cef /proofs/proofview.mli | |
| parent | 32e2b1ba856f330dae03fbbf16365a08c2cc2f20 (diff) | |
No plural for only one non existing focused goal.
Diffstat (limited to 'proofs/proofview.mli')
| -rw-r--r-- | proofs/proofview.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 6816908109..b1ff30ee9b 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -194,7 +194,7 @@ val tclEXACTLY_ONCE : exn -> 'a tactic -> 'a tactic If the specified range doesn't correspond to existing goals, fails with [NoSuchGoals]. *) -exception NoSuchGoals +exception NoSuchGoals of int val tclFOCUS : int -> int -> 'a tactic -> 'a tactic (* Focuses a tactic at a range of subgoals, found by their indices. |
