BSD-3-Clause licensed by Emily Pillmore
Maintained by emilypi@cohomolo.gy
This version can be pinned in stack with:nonempty-vector-0.2.4@sha256:4d3ae65f1356afae372be81310d9ca16e602d7a6e3102163f6db47725860536e,1429

Module documentation for 0.2.4

Used by 2 packages in nightly-2025-03-17(full list with versions):

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.

Changes