Skip to content
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

Incorrect instantiation of MonadState for StateT #614

Closed
kettroni opened this issue Jul 20, 2023 · 0 comments · Fixed by #619
Closed

Incorrect instantiation of MonadState for StateT #614

kettroni opened this issue Jul 20, 2023 · 0 comments · Fixed by #619
Labels
bug Something isn't working good first issue Not currently using this. In the future, "Easy enough for newcomers to fix via a PR" Hello-World Something related to the Hello World folder in this repo

Comments

@kettroni
Copy link
Contributor

Section:
Hello World

Issue Type:
Bug

Folder/File(s):
Hello World/Application Structure/src/MTL/Implementing A Monad Transformer/A Magical Monad.md

Should be

instance (Monad monad) => MonadState state (StateT state monad) where
@JordanMartinez JordanMartinez added bug Something isn't working good first issue Not currently using this. In the future, "Easy enough for newcomers to fix via a PR" Hello-World Something related to the Hello World folder in this repo labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Not currently using this. In the future, "Easy enough for newcomers to fix via a PR" Hello-World Something related to the Hello World folder in this repo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants