marick / fp-oo

Code samples and exercise solutions for /Functional Programming for the Object-Oriented Programmer/
143 stars 50 forks source link

typo in code #39

Closed jonnycundall closed 11 years ago

jonnycundall commented 11 years ago

on page 166 of gastropod,

(do
(expect (+ 1 2) => 3)
(expect 3 => old?))

surely that's gotta be odd?

marick commented 11 years ago

Fixed