Module type CCPrint.MONAD_IO

module type MONAD_IO = sig .. end

type 'a t 
the IO monad
type output 
Output channels
val (>>=) : 'a t ->
('a -> 'b t) -> 'b t
val write : output -> string -> unit t