aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/logic_monad.mli
diff options
context:
space:
mode:
Diffstat (limited to 'engine/logic_monad.mli')
-rw-r--r--engine/logic_monad.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/logic_monad.mli b/engine/logic_monad.mli
index 1869f3263..35dd311a8 100644
--- a/engine/logic_monad.mli
+++ b/engine/logic_monad.mli
@@ -58,6 +58,10 @@ module NonLogical : sig
(** {!Pp.pp}. The buffer is also flushed. *)
val print : Pp.std_ppcmds -> unit t
+ (* FIXME: shouldn't we have a logger instead? *)
+ (** {!Pp.pp}. The buffer is also flushed. *)
+ val print_debug : Pp.std_ppcmds -> unit t
+
(** [Pervasives.raise]. Except that exceptions are wrapped with
{!Exception}. *)
val raise : ?info:Exninfo.info -> exn -> 'a t