March 2018
Beginner
616 pages
16h 53m
English
After reading lesson 3, you’ll be able to
In this lesson, you’re going to continue your journey into understanding functional programming and Haskell by learning about one of the most foundational concepts in all of functional programming: the lambda function. On the surface, a lambda function—which is a function with no name—seems almost too simple to be interesting. But lambda functions provide incredible theoretical benefits as well as a surprising amount of real-world usefulness.
You’re messing around in GHCi and want ...