diff options
| author | Maxime Dénès | 2018-02-01 18:42:28 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-01 18:42:28 +0100 |
| commit | 48eab4964ffe3d87c8036ed3b10563c595838d73 (patch) | |
| tree | a147f035b218656eaae79949cef7a46ce230d53d /engine/proofview.mli | |
| parent | 700c08b1215e11470814ce82e04551ffc00cdfeb (diff) | |
| parent | 1176d4086b65c79a1d30a55640d3d933fa24a7c1 (diff) | |
Merge PR #6675: [proofview] enter_one: add __LOC__ argument to get relevant error msg
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 59728a2fd1..b02fde3a80 100644 --- a/engine/proofview.mli +++ b/engine/proofview.mli @@ -499,7 +499,7 @@ module Goal : sig (** Like {!enter}, but assumes exactly one goal under focus, raising *) (** a fatal error otherwise. *) - val enter_one : ([ `LZ ] t -> 'a tactic) -> 'a tactic + val enter_one : ?__LOC__:string -> ([ `LZ ] t -> 'a tactic) -> 'a tactic (** Recover the list of current goals under focus, without evar-normalization. FIXME: encapsulate the level in an existential type. *) |
