-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lift instances of MonadReader, etc. #23
Comments
I'm working on proving that the obvious |
It's really annoying that |
treeowl
added a commit
to treeowl/list-t
that referenced
this issue
Aug 26, 2021
* I've pretty well convinced myself that this instance obeys the `MonadReader` laws [proposed by Heinrich Apfelmus](haskell/mtl#5 (comment)) and the ones [proposed by Li-yao Xia](haskell/mtl#5 (comment)), so I think it should be added. * The `MonadState` instance is trivial. Closes nikita-volkov#23.
treeowl
added a commit
to treeowl/list-t
that referenced
this issue
Aug 26, 2021
* I've pretty well convinced myself that this instance obeys the `MonadReader` laws [proposed by Heinrich Apfelmus](haskell/mtl#5 (comment)) and the ones [proposed by Li-yao Xia](haskell/mtl#5 (comment)), so I think it should be added. * The `MonadState` instance is trivial. Closes nikita-volkov#23.
treeowl
added a commit
to treeowl/list-t
that referenced
this issue
Aug 26, 2021
* I've pretty well convinced myself that this instance obeys the `MonadReader` laws [proposed by Heinrich Apfelmus](haskell/mtl#5 (comment)) and the ones [proposed by Li-yao Xia](haskell/mtl#5 (comment)), so I think it should be added. * The `MonadState` instance is trivial. Closes nikita-volkov#23.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LogicT
liftsMonadReader
and I thinkMonadState
. The implementations will look quite different, butListT
should be able to do the same.The text was updated successfully, but these errors were encountered: