[Haskell-cafe] Pattern Matching
Casey Hawthorne
caseyh at istar.ca
Thu Nov 12 21:15:35 EST 2009
Why in a pattern match like
score (1 3) = 7
can I not have
sizeMax = 3
score (1 sizeMax) = 7
--
Regards,
Casey
More information about the Haskell-Cafe
mailing list