
28 Sep
2007
28 Sep
'07
11:24 p.m.
Take a look in Data.List, in particular "nub", "unzip", and "map". You may also be interested in this function from the Prelude: fst :: (a,b) -> a fst (a,_) = a -- ryan