
12 Nov
2006
12 Nov
'06
6:57 p.m.
Hello roconnor, Sunday, November 12, 2006, 7:40:19 PM, you wrote:
Everyone seems satified with the name unzipEithers. There have been suggestions for
partitionEither :: (a -> Either b c) -> [a] -> ([b], [c])
i prefer name splitEithers. for me, unzipping is process of splitting list of (a,b) values into the list of 'a' values and list of 'b' values - just like unzipping in real life. this don't have anything common with the algorithm of this function disclaimer: i'm not native English speaker, so my language understanding may be just wrong -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com