Generic tries (long)
Jamie Brandon
jcb73 at cam.ac.uk
Wed Jun 18 18:16:09 EDT 2008
Ive put up the haddock api at http://code.haskell.org/gmap/api/GMap.html
The interface is now split into GMap which make no guarantees on
ordering and OrderedGMap which provides a compareKey function as well
as ordered folds etc.
> Because all maps ought to be traversable.
Thats a good point. Traversable requires Foldable. Do people expect
Foldable to imply some ordering? I can put it into OrderedGMap at
least.
Jamie
More information about the Libraries
mailing list