diff options
| author | Emilio Jesus Gallego Arias | 2019-02-14 13:10:08 +0100 |
|---|---|---|
| committer | Gaƫtan Gilbert | 2019-04-24 14:01:11 +0200 |
| commit | ed1b663afdd02355877c51dc9c759ddfd91b0854 (patch) | |
| tree | fe94e5bebe4455ad7dbf613d03fc9ca1385ce940 /engine/proofview.mli | |
| parent | 75c5264aa687480c66a6765d64246b5ebd2c0d54 (diff) | |
[proof] Fix proof bullet error helper which was implemented as a hook
We add the information on the proper layer by catching the low-level
exception.
Diffstat (limited to 'engine/proofview.mli')
| -rw-r--r-- | engine/proofview.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli index c772525c86..8685430c62 100644 --- a/engine/proofview.mli +++ b/engine/proofview.mli @@ -250,7 +250,6 @@ val tclBREAK : (iexn -> iexn option) -> 'a tactic -> 'a tactic This hook is used to add a suggestion about bullets when applicable. *) exception NoSuchGoals of int -val set_nosuchgoals_hook: (int -> Pp.t) -> unit val tclFOCUS : int -> int -> 'a tactic -> 'a tactic |
