module type MONAD_TRANSFORMER = sig .. end
sig
end
include CCCat.MONAD
module M: CCCat.MONAD
CCCat.MONAD
val lift : 'a M.t -> 'a t
'a M.t -> 'a t