fixed-length

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

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

Version on this page:0.2.2.1
LTS Haskell 22.17:0.2.3.1
Stackage Nightly 2024-04-19: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.2.1@sha256:140912284dbcfdb241c9c6ec30a825c3af1b073c77c924b07725ab2a714b290e,1495

Module documentation for 0.2.2.1

Used by 2 packages in nightly-2021-05-03(full list with versions):

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.