Code samples and exercise solutions for /Functional Programming for the Object-Oriented Programmer/
143
stars
49
forks
source link
Why does `factorial` in the Recursion checker include both 0 and 1 as special cases? #8
Closed
marick closed 12 years ago
I think I had a reason for that (to introduce
or
?) but I forget what it is and I don't think it makes sense.