emilypi / nonempty-vector

Non-empty Vectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Non-empty Vectors

License:Other


Languages

Language:Haskell 100.0%