aboutsummaryrefslogtreecommitdiff
path: root/src/Set.hs
Commit message (Collapse)AuthorAgeFilesLines
* Cleanupdavve2006-08-111-32/+0
|
* [haddock @ 2005-01-16 15:41:21 by panne]panne2005-01-161-4/+0
| | | | Cleaned up imports and dropped support for GHC < 5.03, it never worked, anyway.
* [haddock @ 2005-01-15 18:44:45 by panne]panne2005-01-151-0/+36
Make Haddock compile again after the recent base package changed. The Map/Set legacy hell has been factored out, so that all modules can simply use the new non-deprecated interfaces. Probably a lot of things can be improved by a little bit of Map/Set/List algebra, this can be done later if needed. Small note: Currently the list of instances in HTML code is reversed. This will hopefully be fixed later.