exercises-fpinscala
exercises-fpinscala copied to clipboard
Exercises based on the "Functional Programming in Scala" red book (http://manning.com/bjarnason)
Initial exercises (1-3 so far)
I keep getting timeout on exercise 2.1. I copied the code and paste it into a local worksheet, it worked. The changes are minimal and can't be reduced: `def fib(n:...
I was unable to do PR for following. I couldn't find source for first item. Multiple edits, separated by horizontal lines --- The sealed trait definition for List is missing...