Two poeple suggested to use Strings in the example for unzip, (and they even suggested the same strings!) > unzip [("a", 1), ("b", 2), ("c", 3)] = (["a", "b", "c"], [1, 2, 3]) This is better, but now beginners might get the impression that "c" is the way to name a Char, so I suggest to change this to unzip [("", 1), ("a", 2), ("aa", 3)] = (["", "a", "aa"], [1, 2, 3]) which even is no longer! All the best, Christian Sievers
- Re: Haskell Wish list: library documentation Lennart Augustsson
- Re: Haskell Wish list: library documentation Jon . Fairbairn
- RE: Haskell Wish list: library documentation Michael T. Richter
- RE: Haskell Wish list: library documentation Michael T. Richter
- Re: Haskell Wish list: library documentation Michael T. Richter
- Re: Haskell Wish list: library documentation Christian Sievers
- Re: Haskell Wish list: library documentation Jonathan King
- Re: Haskell Wish list: library documentation Fergus Henderson
- Re: Haskell Wish list: library documentation Jon . Fairbairn
- Re: Haskell Wish list: library documentation Marcin 'Qrczak' Kowalczyk
- Re: Haskell Wish list: library documentation Christian Sievers
- Re: Haskell Wish list: library documentation Bart Demoen
- Re: Haskell Wish list: library documentation Martin Norb{ck
- RE: Haskell Wish list: library documentation S. Alexander Jacobson
- Re: Haskell Wish list: library documentation Richard Watson
- RE: Haskell Wish list: library documentation Simon Peyton-Jones
- RE: Haskell Wish list: library documentation Simon Peyton-Jones
- RE: Haskell Wish list: library documentation trb
- RE: Haskell Wish list: library documentation Johan Jeuring
- RE: Haskell Wish list: library documentation Simon Peyton-Jones
- RE: Haskell Wish list: library documentation Mark P Jones