aboutsummaryrefslogtreecommitdiff
path: root/lib/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.mli')
-rw-r--r--lib/util.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util.mli b/lib/util.mli
index 80f2fda380..810e6f0c77 100644
--- a/lib/util.mli
+++ b/lib/util.mli
@@ -26,6 +26,9 @@ exception UserError of string * std_ppcmds
val error : string -> 'a
val errorlabstrm : string -> std_ppcmds -> 'a
+exception AlreadyDeclared of std_ppcmds
+val alreadydeclared : std_ppcmds -> 'a
+
exception AnomalyOnError of string * exn
(* [todo] is for running of an incomplete code its implementation is