package containers

  1. Overview
  2. Docs
type 'a t

the IO monad

type output

the IO monad

Output channels

val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val write : output -> string -> unit t