diff options
| author | Enrico Tassi | 2018-03-26 14:01:52 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-03-26 14:01:52 +0200 |
| commit | c1dcb97cf95c10d19f67689108da8726232da4fb (patch) | |
| tree | 54b60698a12d133cccd822f323cec582ac0e9e6a /lib/cErrors.mli | |
| parent | e128900aee63c972d7977fd47e3fd21649b63409 (diff) | |
| parent | 75f569f35fbbbbab5a4629eaf3385335a3024e0b (diff) | |
Merge PR #6970: [vernac] Move `Quit` and `Drop` to the toplevel layer.
Diffstat (limited to 'lib/cErrors.mli')
| -rw-r--r-- | lib/cErrors.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cErrors.mli b/lib/cErrors.mli index ec34dd62c5..4e2fe7621d 100644 --- a/lib/cErrors.mli +++ b/lib/cErrors.mli @@ -53,8 +53,6 @@ val invalid_arg : ?loc:Loc.t -> string -> 'a val todo : string -> unit exception Timeout -exception Drop -exception Quit (** [register_handler h] registers [h] as a handler. When an expression is printed with [print e], it |
