Name: Anonymous 2009-11-27 13:53
then how to use `newtype` ? Would you mind explaining the newtype in detail ?
Sinerely!
___________________________________
fac n = foldr (*) 1 [1..n]
Sinerely!
___________________________________
fac n = foldr (*) 1 [1..n]