name: Data-Trie-General version: 0.4 license: BSD3 license-file: LICENSE author: Adrian Hey maintainer: http://homepages.nildram.co.uk/~ahey/em.png stability: Experimental category: Data Structures synopsis: An experiment with generalised tries. description: Defines a generalised trie based map API as a type class and provides a few hand written instances for common key types. See also the Data-Trie-General-OrdGT package which defines an instance of this class for any key type that is an Ord instance (based on AVL trees). homepage: http://code.haskell.org/collections/collections-ghc6.8 build-type: Simple tested-with: GHC==6.8.2 build-depends: base exposed-modules: Data.Trie.General, Data.Trie.General.Types, Data.Trie.General.ListGT, Data.Trie.General.BoolGT, Data.Trie.General.UnitGT, Data.Trie.General.MaybeGT, Data.Trie.General.EitherGT, Data.Trie.General.IntGT hs-source-dirs: . include-dirs: include extra-source-files: include/ghcdefs.h include/h98defs.h extensions: CPP ghc-options: -Wall