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.mli9
1 files changed, 5 insertions, 4 deletions
diff --git a/engine/logic_monad.mli b/engine/logic_monad.mli
index 35dd311a8..42a84f830 100644
--- a/engine/logic_monad.mli
+++ b/engine/logic_monad.mli
@@ -55,12 +55,13 @@ module NonLogical : sig
val read_line : string t
val print_char : char -> unit t
- (** {!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. *)
+ (** Loggers. The buffer is also flushed. *)
val print_debug : Pp.std_ppcmds -> unit t
+ val print_warning : Pp.std_ppcmds -> unit t
+ val print_notice : Pp.std_ppcmds -> unit t
+ val print_info : Pp.std_ppcmds -> unit t
+ val print_error : Pp.std_ppcmds -> unit t
(** [Pervasives.raise]. Except that exceptions are wrapped with
{!Exception}. *)