[Haskell-cafe] Time consumption nub

Arie Groeneveld bradypus at xs4all.nl
Thu Jul 19 14:50:32 EDT 2007


I tried this version,
however....
>> nsortBy cmp l = mergesort compare l
should be:

nsortBy cmp l = mergesort cmp l

Thanks



More information about the Haskell-Cafe mailing list