
14 Mar
2010
14 Mar
'10
7:13 p.m.
Cool. Will keep that in mind next time I'm looking for an operation but don't know what it's called.
Michael
--- On Sun, 3/14/10, Simon Hengel
Wouldn't one need to know the order of the arguments?
(a -> Bool) -> [a] -> ([a], [a]) Not really, if you try
[a] -> (a -> Bool) -> ([a], [a]) it will yield the exact same list of results. Cheers.