diff options
| author | Hugo Herbelin | 2017-06-15 21:32:33 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-06-23 09:44:55 +0200 |
| commit | b4e1a902910cfab698fd5bdd2e9a18a28944c95e (patch) | |
| tree | f37472131788c59a61dfe73f65988aab768638fa /engine/proofview.mli | |
| parent | d30ed5fe0694466f70eed51bc689cd0fa8c00da5 (diff) | |
In enter_one, not having exactly one goal is a fatal error of the monad.
Pointed out by PMP.
Diffstat (limited to 'engine/proofview.mli')
| -rw-r--r-- | engine/proofview.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli index aae25b6f8f..3719cacad7 100644 --- a/engine/proofview.mli +++ b/engine/proofview.mli @@ -498,7 +498,7 @@ module Goal : sig val enter : ([ `LZ ] t -> unit tactic) -> unit tactic (** Like {!enter}, but assumes exactly one goal under focus, raising *) - (** an error otherwise. *) + (** a fatal error otherwise. *) val enter_one : ([ `LZ ] t -> 'a tactic) -> 'a tactic (** Recover the list of current goals under focus, without evar-normalization. |
