| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Massiv.Core.Common
Contents
Documentation
newtype ArrTiny r ix e Source #
Arbitrary small and possibly empty array. Computation strategy can be either Seq or Par.
Since: 0.1.0
newtype ArrTinyNE r ix e Source #
Tiny but non-empty
Since: 0.1.0
Constructors
| ArrTinyNE | |
Fields
| |
module Test.Massiv.Core.Index