Trie-based memo functions
Go to file
2019-11-29 19:34:57 -08:00
examples color example 2016-09-11 12:06:47 -07:00
src/Data Address deprecation of the Control.Newtype module 2019-11-26 17:47:15 +01:00
.gitignore .gitignore 2012-11-29 09:02:08 -08:00
changes.tw new 2008-07-19 12:11:57 -07:00
COPYING COPYING 2010-09-26 12:20:13 -07:00
Makefile simplified Makefile 2012-11-29 09:27:04 -08:00
MemoTrie.cabal releasing version 0.6.10 2019-11-29 19:34:57 -08:00
README.md trivial 2012-11-29 09:17:01 -08:00
Setup.lhs new 2008-07-19 12:11:57 -07:00
stack.yaml releasing version 0.6.10 2019-11-29 19:34:57 -08:00

MemoTrie is functional library for creating efficient memo functions, using tries. It's based on some code from Spencer Janssen (originally put on hpaste.org, now expired), which I assume was based on Ralf Hinze's paper Memo functions, polytypically!.

Install with cabal install Memotrie.

See also