Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- map :: (a -> b) -> [a] -> [b]
- zipWith :: (a -> b -> c) -> [a] -> [b] -> [c]
- map.a == (a -> b -> c)
- map.b == [a] -> [b] -> [c]
- map zipWith :: ((a -> b -> c) -> [a] -> [b] -> [c]) -> [(a -> b -> c)] -> [[a] -> [b] -> [c]]
Advertisement
Add Comment
Please, Sign In to add comment