concrete functor and monad transformers
#41Comonad f => Comonad (Lift f)
Presumably it would be equivalent to
Comonad f => Comonad (Sum Identity f)
but if defined it would have to go in the comonad package, which depends on transformers.
- status set to closed