BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:array-chunks-0.1.4.2@sha256:7bc6c0d1a279be2e98ba3e95631a87f80ce64517339a5e18bfd9516491e91e8b,1496

Module documentation for 0.1.4.2

Depends on 3 packages(full list with versions):

Lists of chunks. This is similar to the Cons List provided by Data.List, but it is more useful as a target for a builder since the chunks are cache coherent.

Changes

Revision history for array-chunks

0.1.4.2 – 2024-02-06

  • Fix failing tests on Hackage.

0.1.4.1 – 2024-02-05

  • Update package metadata.

0.1.4.0 – 2023-08-30

  • Add constructN functions that use numbers instead of tuple names for construction of fixed-length chunks.

0.1.3.0 – 2021-02-04

  • Add nonupleton, decupleton, undecupleton, duodecupleton.

0.1.2.0 – 2020-11-18

  • Add index.
  • Add singleton, doubleton, tripleton, quadrupleton, quintupleton, sextupleton, septupleton, octupleton.
  • Add map', which converts to SmallArray while mapping over the elements.

0.1.1.0 – 2019-09-12

  • Add copy, copyReverse, concat, and concatReverse.

0.1.0.0 – 2019-08-12

  • First version. Released on an unsuspecting world.