contiguous

Unified interface for primitive arrays

https://github.com/andrewthad/contiguous

Version on this page:0.6.3.0@rev:1
LTS Haskell 22.14:0.6.4.2
Stackage Nightly 2024-03-28:0.6.4.2
Latest on Hackage:0.6.4.2

See all snapshots contiguous appears in

BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:contiguous-0.6.3.0@sha256:b7663ad79cbdec354435aba6fac61b32e38090150accea6a1a4629763a8c3ee0,1967

Module documentation for 0.6.3.0

Used by 2 packages in nightly-2023-03-30(full list with versions):

contiguous

Hackage Hackage

The contiguous typeclass parameterises over a contiguous array type. This allows us to have a common API to a number of contiguous array types and their mutable counterparts, namely those in primitive, making the experience of working with the primitive datatypes much cleaner and uniform.