[Haskell-beginners] List of all prelude function types?

Patrick LeBoutillier patrick.leboutillier at gmail.com
Wed Oct 19 19:25:48 CEST 2011


Hi,

Does anyone know where I can find a list of types for all Prelude
functions? Something like:

all :: (a -> Bool) -> [a] -> Bool
and :: [Bool] -> Bool
...
zip :: [a] -> [b] -> [(a, b)]


Thanks,

Patrick
-- 
=====================
Patrick LeBoutillier
Rosemère, Québec, Canada



More information about the Beginners mailing list