Difference between revisions of "MemoTrie"

From HaskellWiki
Jump to navigation Jump to search
m
m (find out about)
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].
+
* Visit the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage page] for library documentation and to download & install.
* Get the code repository: '''<tt>darcs get http://code.haskell.org/MemoTrie</tt>'''.
+
* Or install with <tt>cabal install MemoTrie</tt>.
* Install from [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/MemoTrie Hackage].
+
* Get the code repository: <tt>darcs get http://code.haskell.org/MemoTrie</tt>.
* See the [[MemoTrie/Versions| version history]].
+
<!-- * See the [[MemoTrie/Versions| version history]]. -->
   
 
Please leave comments at the [[Talk:MemoTrie|Talk page]].
 
Please leave comments at the [[Talk:MemoTrie|Talk page]].

Revision as of 19:03, 11 November 2008


Abstract

MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code 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