@hackage / indexed-containers

Simple, no-frills indexed lists.

Latest0.1.0.2

About

Metadata

  • Last updated , by zliu41
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Ziyang Liu <free@cofree.io>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.1
  2. 8.8.2
  3. 8.6.5
  4. 8.4.4

Readme

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.