concrete functor and monad transformers
#10ContT lacks a fail instance
That would require a Monad constraint, which is not otherwise needed. (ContT isn't a real monad transformer.)
I've added a MonadFail instance (for base >= 4.9) though
Could the documentation for ContT be improved to mention that it's not a real monad transformer, and what that means?
I've added some doc comments about the unusual nature of ContT
- status set to closed