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

Paulo Pocinho pocinho at gmail.com
Wed Oct 19 19:29:59 CEST 2011


http://www.haskell.org/ghc/docs/latest/html/libraries/base-4.4.0.0/Prelude.html

Is this what you're after?

Regards,
Paulo M. Pocinho

On 19 October 2011 18:25, Patrick LeBoutillier
<patrick.leboutillier at gmail.com> 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
>



More information about the Beginners mailing list