thma opened this issue 6 years ago · 1 comments
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.
Fixed, Now I'm using a Logger Monad as example