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