diff options
| author | Pierre-Marie Pédrot | 2018-08-28 11:28:50 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-08-28 11:28:50 +0200 |
| commit | f885e8a88620351d9dc4b0969f520d13197f2184 (patch) | |
| tree | e9233c855e770e256dcc4dcb9fa5bb956069471f /proofs/proof.mli | |
| parent | 5e2eedb3f9068a87eda0d7e08c82127ddef224fb (diff) | |
| parent | 7a7e39f8a0279a149c6b7c20f026cb629aa489f7 (diff) | |
Merge PR #8112: Add support for focusing on named goals using brackets.
Diffstat (limited to 'proofs/proof.mli')
| -rw-r--r-- | proofs/proof.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proofs/proof.mli b/proofs/proof.mli index c0e832fb8c..33addf13d7 100644 --- a/proofs/proof.mli +++ b/proofs/proof.mli @@ -137,6 +137,9 @@ val done_cond : ?loose_end:bool -> 'a focus_kind -> 'a focus_condition a need for it? *) val focus : 'a focus_condition -> 'a -> int -> t -> t +(* focus on goal named id *) +val focus_id : 'aa focus_condition -> 'a -> Names.Id.t -> t -> t + exception FullyUnfocused exception CannotUnfocusThisWay |
