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.1
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.1@sha256:c9857901030b1c67bf6c5828de6ff7271360bd145e9149a0229223937671f582,1452

Module documentation for 0.2.1

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.