cvs commit: fptools/haddock/src Main.hs Map.hs
Ross Paterson <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
ross 2005/02/04 05:36:07 PST
Modified files:
haddock/src Main.hs Map.hs
Log:
sort lists of instances by
- arity of the type constructors (so higher-kinded instances come first)
- name of the class
- argument types
Revision Changes Path
1.85 +34 -2 fptools/haddock/src/Main.hs
1.7 +3 -0 fptools/haddock/src/Map.hs