aboutsummaryrefslogtreecommitdiff
path: root/lib/cErrors.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-06-25 03:40:53 +0200
committerEmilio Jesus Gallego Arias2019-07-02 16:12:16 +0200
commit8db5fed73ce71dd7c469d5633682dddd8148b65a (patch)
tree665453fcf3cbcdf7658da3391625044368c2ebef /lib/cErrors.mli
parent20254d7fa38c99608042a878ec0c2975f9887ce6 (diff)
[declare] Cleanup on imports, move exception.
We cleanup a few imports on Declare, and indeed we find a suspicious exception `AlreadyDeclared` present in `CErrors` where it should not be there. We move it to `Declare`, waiting for more investigation.
Diffstat (limited to 'lib/cErrors.mli')
-rw-r--r--lib/cErrors.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cErrors.mli b/lib/cErrors.mli
index 51ec5c907a..8580622095 100644
--- a/lib/cErrors.mli
+++ b/lib/cErrors.mli
@@ -41,9 +41,6 @@ val user_err : ?loc:Loc.t -> ?hdr:string -> Pp.t -> 'a
(** Main error raising primitive. [user_err ?loc ?hdr pp] signals an
error [pp] with optional header and location [hdr] [loc] *)
-exception AlreadyDeclared of Pp.t
-val alreadydeclared : Pp.t -> 'a
-
val invalid_arg : ?loc:Loc.t -> string -> 'a
(** [todo] is for running of an incomplete code its implementation is