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