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

Module documentation for 0.5

Used by 1 package in nightly-2020-04-13(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.