Difference between revisions of "MemoTrie"

From HaskellWiki
Jump to navigation Jump to search
(new package)
 
Line 6: Line 6:
   
 
Besides this wiki page, here are more ways to find out about MemoTrie:
 
Besides this wiki page, here are more ways to find out about MemoTrie:
* Read [http://code.haskell.org/MemoTrie/doc/html/ the library documentation]. ''(Missing until haddock is ready for ghc-6.9.)''
+
* Read [http://code.haskell.org/MemoTrie/doc/html/ the library documentation].
 
* Get the code repository: '''<tt>darcs get http://code.haskell.org/MemoTrie</tt>'''.
 
* Get the code repository: '''<tt>darcs get http://code.haskell.org/MemoTrie</tt>'''.
 
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage].
 
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage].

Revision as of 11:51, 4 August 2008


Abstract

MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code I got from Spencer Janssen and uses type families.

Besides this wiki page, here are more ways to find out about MemoTrie:

Please leave comments at the Talk page.

See also