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

Bryce Verdier bryceverdier at gmail.com
Tue Oct 25 01:25:47 CEST 2011


Here you go:
http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html

You can also find it in your locale documentation.

Bryce
On Oct 19, 2011, at 10:25 AM, Patrick LeBoutillier wrote:

> 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
> 
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20111024/219b088b/attachment.htm>


More information about the Beginners mailing list