alvinj / FunctionalProgrammingSimplified

Notes and projects for my book, “Functional Programming, Simplified"
18 stars 2 forks source link

PAF Link Broken (PDF) #27

Open bmallez opened 4 years ago

bmallez commented 4 years ago
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))