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