fixed-length: Lists with statically known length based on non-empty package.
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.
Downloads
- fixed-length-0.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Versions [RSS] | 0.0, 0.0.0.1, 0.0.0.2, 0.1, 0.1.0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.3 |
---|---|
Dependencies | base (>=4.5 && <4.8), non-empty (>=0.2 && <0.3), utility-ht (>=0.0.1 && <0.1) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Revised | Revision 1 made by HerbertValerioRiedel at 2019-01-06T09:43:01Z |
Category | Data |
Home page | http://code.haskell.org/~thielema/fixed-length/ |
Source repo | this: darcs get http://code.haskell.org/~thielema/fixed-length/ --tag 0.0.0.1 head: darcs get http://code.haskell.org/~thielema/fixed-length/ |
Uploaded | by HenningThielemann at 2015-04-04T16:30:53Z |
Distributions | LTSHaskell:0.2.3, NixOS:0.2.3, Stackage:0.2.3 |
Downloads | 6826 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-04-04 [all 1 reports] |