|
|
|
|
|
by ReleaseCandidat
1554 days ago
|
|
Actually the most important part of monads in Haskell is the do-notation. Without that, monadic code would look like JS' callback hell (although composition of monads using monad transformers/monad stacks isn't much better). Haskell without laziness is Purescript, btw. |
|