| ||||||||||||||||||
| ||||||||||||||||||
| Description | ||||||||||||||||||
| Orderings | ||||||||||||||||||
| Synopsis | ||||||||||||||||||
| ||||||||||||||||||
| Documentation | ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
| ||||||||||||||||||
comparing p x y = compare (p x) (p y) Useful combinator for use in conjunction with the xxxBy family of functions from Data.List, for example: ... sortBy (comparing fst) ... | ||||||||||||||||||
| Produced by Haddock version 2.0.0.0 |