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

Verify this comment from reddit and provide a fix #9

Closed
thma opened this issue Nov 9, 2018 · 1 comment
Closed

Verify this comment from reddit and provide a fix #9

thma opened this issue Nov 9, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@thma
Copy link
Owner

thma commented Nov 9, 2018

The pipeline example implementation breaks the monad laws! You can't have a counter on the number of binds, because that breaks the law that (>>= return) === id.

@thma thma added the bug Something isn't working label Nov 9, 2018
@thma
Copy link
Owner Author

thma commented Nov 11, 2018

Fixed, Now I'm using a Logger Monad as example

@thma thma closed this as completed Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant