@hackage primitive-containers0.3.2
containers backed by arrays
Categories
License
BSD-3-Clause
Maintainer
andrew.thaddeus@gmail.com
Links
Versions
Installation
Dependencies (13)
- aeson >=1.0 && <1.5
- base >=4.11 && <5
- contiguous >=0.3.2 && <0.4
- contiguous-checked >=0.3.2 && <0.4
- deepseq >=1.4
- hashable >=1.2.5 Show all…
Dependents (3)
@hackage/automata, @hackage/acme-everything, @hackage/ping
Package Flags
checked
(off by default)
Check all array indexing. This makes most functions slower, but it replaces segfaults with descriptive errors. This should only be used for debugging.