paf31 / purescript-book

Sources for the PureScript book
454 stars 370 forks source link

Ch4 - `snoc` function used but never explained #120

Open learningps opened 7 years ago

learningps commented 7 years ago

In this section: https://github.com/paf31/purescript-book/blob/master/text/chapter4.md#accumulators

The snoc function is used but never explained.

revazi commented 6 years ago

You can easily see a function definitions and get an idea how they work in each modules source file as they are very well documented. In this case you can check Array.purs inside purescript-arrays