ComposeT#121
Conversation
* Comments, Trustworthy, export list * Add runComposeT field accessor * Remove support for old GHC versions * Support MHS by declaring kind vars * Add Generic instance * INLINE lift * Make type variable names more like others in the library
L0neGamer
left a comment
There was a problem hiding this comment.
I think we should add a changelog entry along with this if possible.
There have been other things changed since last release. I think it's okay to wait until before the next release and catch everything. |
|
Thank you! I think it would be nice to derive more instances. Namely, one can additionally define
|
|
MicroHS action failing over |
|
Not to go too instance crazy, but do we want Eq1 and co as well? |
I think it's worth thinking about. TBH I tried |
|
Added |
Continued from Celso Bonutti's branch.