aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-07 09:51:33 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-07-07 09:51:33 +0200
commitb833c97d8f9f29497af02a11cd045ff05816fc7e (patch)
tree473239b2d9a14eb7d1b70132a725685c9381ceae /engine/proofview.mli
parent3375786c89b3b51748795ca76d84935b0b537171 (diff)
parentb4e1a902910cfab698fd5bdd2e9a18a28944c95e (diff)
Merge PR #816: In enter_one, not having exactly one goal is a fatal error of the monad.
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index e98f59f0f..530204501 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.