Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 617 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 617 Bytes

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.