On Mon, May 18, 2009 at 18:32:14 +0100, Eric Kow wrote: > > - else reverse $ map shownames $ sort $ > > + reverse $ sortBy (comparing fst) $
Argh, I forgot to mention a small point. It looks like the old code sorted everything in descending order, whereas the new code sorts only the numbers in descending order and if there is a tie, sorts the names in ascending order. Probably an improvement. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9
signature.asc
Description: Digital signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
