solutions from the exercises in the book
Posted in Uncategorized at 8:36 pm by admin
map f (map g xs) = map (f.g) xs map (\x -> (x+1)/2) xs = map (/2) (map (+1) xs)
Permalink
Name (required)
E-mail (required)
URI