nonempty-vector: Non-empty vectors

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

Performant, non-empty mutable and immutable vectors


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.1.1, 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.2.2.0, 0.2.3, 0.2.4
Change log CHANGELOG.md
Dependencies base (>=4.16 && <4.22), deepseq, primitive (>=0.6 && <0.10), vector (>=0.12 && <0.14) [details]
Tested with ghc ==9.4.4 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1
License BSD-3-Clause
Copyright (c) 2019-2024 Emily Pillmore <emilypi@cohomolo.gy>
Author Emily Pillmore
Maintainer emilypi@cohomolo.gy
Category Data
Home page https://github.com/emilypi/nonempty-vector
Bug tracker https://github.com/emilypi/nonempty-vector/issues
Source repo head: git clone https://github.com/emilypi/nonempty-vector.git
Uploaded by topos at 2024-12-30T06:24:32Z
Distributions LTSHaskell:0.2.3, NixOS:0.2.3, Stackage:0.2.4
Reverse Dependencies 6 direct, 26 indirect [details]
Downloads 14580 total (185 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-30 [all 1 reports]

Readme for nonempty-vector-0.2.4

[back to package description]

Non-empty Vectors

Build Status Hackage

This package presents thin wrappers around mutable and immutable Data.Vector types that enforce non-emptiness. The entire Vector API is supported for both sets of boxed vectors, with future plans to support unboxed, primitive, storable, and generic vectors.

There are no external dependencies that are not already in base.