[Haskell-cafe] Layered maps

Jake McArthur jake.mcarthur at gmail.com
Fri Oct 8 22:38:44 EDT 2010


On 10/08/2010 04:23 PM, Alex Rozenshteyn wrote:
> Does there exist a library which allows me to have maps whose elements
> are maps whose elements ... with a convenient syntax.

It sounds like you might be looking for a trie of some sort. Would 
something like the TrieMap package suit your needs? It's hard to guess 
based only on the question as posed.

- Jake


More information about the Haskell-Cafe mailing list