@hackage nestedmap0.1.0.3
A library for nested maps
Categories
License
BSD-3-Clause
Maintainer
kirstin.rhys@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.7 && <4.9
- containers >=0.5.5.1
- base-unicode-symbols >=0.2 && <0.4 Show all…
Dependents (1)
@hackage/acme-everything
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.