[Haskell-cafe] List manipulation
Sven Panne
Sven.Panne at aedion.de
Thu Jan 27 02:32:16 EST 2005
Jules Bean wrote:
> [...] You rather want 'zipWith'. Documentation at:
>
> http://www.haskell.org/ghc/docs/latest/html/libraries/base/GHC.List.html
>
> ...along with lots of other funky list processing stuff.
Just a small hint: Everything below "GHC" in the hierarchical libraries
is, well, GHC-specific, meant for internal use only and may change without
further notice, see "Stability: internal" in the page you mentioned. Just
use http://haskell.org/ghc/docs/latest/html/libraries/base/Data.List.html
instead.
Cheers,
S.
More information about the Haskell-Cafe
mailing list