Safe Haskell | None |
---|
Primitive arrays where the lower index is zero (or the equivalent of zero for newtypes and enumerations).
Unboxed, multidimensional arrays.
(Shape sh, ExtShape sh, Unbox elm) => PrimArrayOps Unboxed sh elm | |
(Shape sh, ExtShape sh, Unbox elm) => MPrimArrayOps Unboxed sh elm | |
(Shape sh, ExtShape sh, Unbox e, Unbox e') => PrimArrayMap Unboxed sh e e' | |
(Eq sh, Eq e, Unbox e) => Eq (Unboxed sh e) | |
(Read sh, Read e, Unbox e) => Read (Unboxed sh e) | |
(Show sh, Show e, Unbox e) => Show (Unboxed sh e) |