fixed-length

Lists with statically known length based on non-empty package.

http://hub.darcs.net/thielema/fixed-length/

Version on this page:0.2
LTS Haskell 22.13:0.2.3.1
Stackage Nightly 2024-03-14:0.2.3.1
Latest on Hackage:0.2.3.1

See all snapshots fixed-length appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:fixed-length-0.2@sha256:ec5048b670bdd5e164698e06ba149660c8bc15124610fdc8dedecb3b0560d30d,1411

Module documentation for 0.2

This packages defines a list data type with statically known length by nesting the NonEmpty and Empty data structure from the non-empty package. We provide a closed world class for this class of structures http://www.haskell.org/haskellwiki/Closed_world_instances and a wrapper that makes all these lists Traversable and Applicative with ZipList semantics.

Similar packages:

  • fixed-list: Defines an open world class.