nestedmap

A library for nested maps

Latest on Hackage:0.1.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by kirstin penelope rhys
Maintained by [email protected]

This library supports deeply nested key to value mapping. Very much like Data.Map, but for higher, hierarchial dimensions. It could be used for things such as markov chains, sparse tensors or matricies which could contain non-numeric data, file systems, etc.