sig type 'a t val return : 'a -> 'a CCError.MONAD.t val ( >>= ) : 'a CCError.MONAD.t -> ('a -> 'b CCError.MONAD.t) -> 'b CCError.MONAD.t end