concrete functor and monad transformers
#42Monad instance for (Lift f), when f is an idealised monad
This gist https://gist.github.com/fumieval/4445447 (from Japanese blog http://fumieval.hatenablog.com/entry/2013/01/04/110339) describes a Monad instance of (Lift f) given that f is an "idealised monad".
Any thoughts?
Started a reddit discussion: https://www.reddit.com/r/haskell/comments/6ac1x2/idealised_monads_or_monad_instance_for_lift_f/
- status set to closed
It seems that ap would be different from (<*>) without additional assumptions, so this should be a different type.