Comment on Pedagogical Downsides of HaskellparentComments−keithalewis3yComposition/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.−hgsgm3yComposition is not sequential in a pure, lazy language with a graph reduction runtime like Haskell.
Comments
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.
Composition is not sequential in a pure, lazy language with a graph reduction runtime like Haskell.