@hackage fixed-length0.2.3.1
Lists with statically known length based on non-empty package.
Installation
Dependencies (6)
- base >=4 && <5
- non-empty >=0.2 && <0.4
- storable-record >=0.0.3 && <0.1
- tfp >=1.0 && <1.1
- transformers >=0.5 && <0.7
- utility-ht >=0.0.1 && <0.1 Show all…
Dependents (7)
@hackage/llvm-extra, @hackage/llvm-tf, @hackage/acme-everything, @hackage/lapack, @hackage/knead, @hackage/hmm-lapack, Show all…
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.