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.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
tfp | use type-level unary numbers from tfp package | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- fixed-length-0.1.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.4 && <5), non-empty (>=0.2 && <0.4), tfp (>=1.0 && <1.1), 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:40:42Z |
Category | Data |
Home page | http://hub.darcs.net/thielema/fixed-length/ |
Source repo | this: darcs get http://hub.darcs.net/thielema/fixed-length/ --tag 0.1.1 head: darcs get http://hub.darcs.net/thielema/fixed-length/ |
Uploaded | by HenningThielemann at 2015-12-13T22:35:53Z |
Distributions | LTSHaskell:0.2.3, NixOS:0.2.3, Stackage:0.2.3 |
Downloads | 6825 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-29 [all 1 reports] |