Difference between revisions of "MemoTrie"

From HaskellWiki
Jump to navigation Jump to search
(new package)
(No difference)

Revision as of 19:18, 19 July 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