11 Oct
2006
11 Oct
'06
10:17 p.m.
Wed Oct 11 15:14:32 BST 2006 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Add equating p x y = p x == p y Just as useful as the 'comparing' function from Data.Ord, but for cases where we check equality rather than ordering. Use like: groupBy (equating fst)