Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [haddock @ 2005-01-16 14:14:39 by panne] | panne | 2005-01-16 | 1 | -1/+1 |
| | | | | Data.Map.unions is left-biased. | ||||
* | [haddock @ 2005-01-16 12:58:03 by panne] | panne | 2005-01-16 | 1 | -1/+1 |
| | | | | | Correctly handle the new order of arguments for the combining function given to fromListWith. | ||||
* | [haddock @ 2005-01-16 12:18:26 by panne] | panne | 2005-01-16 | 1 | -1/+0 |
| | | | | Trim imports | ||||
* | [haddock @ 2005-01-15 18:44:45 by panne] | panne | 2005-01-15 | 1 | -0/+64 |
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. |