Hacker News new | ask | show | jobs
by keithalewis 1156 days ago
Composition/SeqComp comes for free. A monad is how to wrap something up,apply a function to the wrapped up thing, and how to unwrap it.
1 comments

Composition is not sequential in a pure, lazy language with a graph reduction runtime like Haskell.