Closed baskaransri closed 3 years ago
Actually, based on discussion here:
... I think it might be better to only add the MFunctor
instance to and to leave the MonadTrans
instance as is. Would that be okay?
Would you want the MFunctor instance to be GHC-version gated on
__GLASGOW_HASKELL__ >= 806
, providing different interfaces for different versions, or just have a unified interface?
@baskaransri: A version gate for the MFunctor
instance is fine
Closing as I believe this was superseded by #40
Adding MFunctor and improving MonadTrans for ComposeT with code from issue #4