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.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to