@hackage primitive-containers0.5.1
containers backed by arrays
Categories
License
BSD-3-Clause
Maintainer
andrew.thaddeus@gmail.com
Links
Versions
Installation
Dependencies (9)
- base >=4.9 && <5
- contiguous >=0.4 && <0.7
- contiguous-checked >=0.4 && <0.6
- deepseq >=1.4
- hashable >=1.2.5
- primitive >=0.6.4 && <0.10 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.