sized: Sized sequence data-types

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

A wrapper to make length-parametrized data-type from functorial data-types.


[Skip to Readme]

Downloads

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'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.1.0.0, 1.1.0.1, 1.1.0.2 (info)
Change log Changelog.md
Dependencies base (>=4 && <5), constraints, containers (>=0.5), deepseq (>=1.4), equational-reasoning (>=0.5), ghc-typelits-knownnat, ghc-typelits-presburger (>=0.7.2), hashable (>=1.2), lens (>=0.14), mono-traversable (>=0.10), subcategories (>=0.2), these, type-natural (>=1.3), vector (>=0.12) [details]
Tested with ghc ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
License BSD-3-Clause
Copyright (c) Hiromi ISHII
Author Hiromi ISHII
Maintainer konn.jinro_at_gmail.com
Revised Revision 1 made by HiromiIshii at 2025-01-02T06:44:11Z
Category Data
Source repo head: git clone git://github.com/konn/sized.git
Uploaded by HiromiIshii at 2024-06-09T12:48:11Z
Distributions NixOS:1.1.0.2, Stackage:1.1.0.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 5925 total (44 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
All reported builds failed as of 2024-06-09 [all 1 reports]

Readme for sized-1.1.0.2

[back to package description]

sized - Sized sequence data-types

Haskell CI Hackage

A wrapper to make length-parametrized data-type from endofunctors from subcategories.