packages feed

TrieMap 0.7.0 → 0.7.1

raw patch · 1 files changed

+3/−2 lines, 1 files

Files

TrieMap.cabal view
@@ -1,9 +1,10 @@ name:		     TrieMap-version:             0.7.0+version:             0.7.1 tested-with:	     GHC category:            Algorithms synopsis:	     Automatic type inference of generalized tries.-description:	     Builds on the multirec library to create a system capable of automatic or simple generalized trie type inference.  Uses Template Haskell to automatically derive a TKey instance for almost any datatype.+description:	     Builds on the multirec library to create a system capable of automatic or simple generalized trie type inference.  Uses Template Haskell to automatically derive a TKey instance for almost any datatype.  Just splice @'Data.TrieMap.Representation.TH.genRepr' \'\'Foo@+			to derive a 'Data.TrieMap.Class.TKey' instance for @Foo@.  (It works if @Foo@ has type arguments, too!) license:             BSD3 license-file:	     LICENSE author:              Louis Wasserman