FunctionalProgrammingSimplified icon indicating copy to clipboard operation
FunctionalProgrammingSimplified copied to clipboard

PAF Link Broken (PDF)

Open bmallez opened this issue 6 years ago • 0 comments

As a fun example of some things you can do with PAFs, the [“partially-applied func- tions” section of the Scala Exercises website](https://www.scala-exercises.org/koans#partiallyappliedfunctions) demonstrates that you can create curried functions from “normal” Scala functions. For instance, you can start with a “normal” one-parameter group function like this:

The link: https://www.scala-exercises.org/koans#partiallyappliedfunctions returns: Library not found

Page 279 Chapter 28 (Partially-Applied Functions (and Currying))

bmallez avatar Sep 29 '19 23:09 bmallez