FunctionalProgrammingSimplified icon indicating copy to clipboard operation
FunctionalProgrammingSimplified copied to clipboard

`wrap` usage is wrong on page 278 of the PDF

Open alvinj opened this issue 5 years ago • 0 comments

This example is wrong on page 278 of the PDF:

wrap("<pre>","val x = 1", "</pre>")

It should be:

wrap("<pre>")("val x = 1")("</pre>")

alvinj avatar Apr 09 '19 01:04 alvinj