BSD-3-Clause licensed and maintained by Ziyang Liu
This version can be pinned in stack with:indexed-containers-0.1.0.2@sha256:4e66e70c0daa8f88dd21a5e91a73ee6f37b4fb6daad61e4f2a2b7b1c52a0aaae,1609

Module documentation for 0.1.0.2

Depends on 1 package(full list with versions):

indexed-containers: simple, no-frills indexed lists.

This library contains lists whose types are indexed by their lengths. The implementation is a simple wrapper around a regular list.

If the lengths of your lists are known statically, using indexed lists improves type safety with no runtime overhead.

Changes

Revision history for indexed-containers

0.1.0.0 – 2020-02-18

  • Initial release.

0.1.0.1 – 2020-02-19

  • Add ToTuple, FromTuple and uncons.

0.1.0.2 – 2020-03-02

  • Update cabal file to include source-repository.