fixed-vector: Generic vectors with fixed length
Generic vectors with fixed length. Package is structured as follows:
Data.Vector.Fixed- Generic API. It's suitable for both ADT-based vector like
Complexand array-based ones. Data.Vector.Fixed.Mutable- Type classes for array-based implementation.
Data.Vector.Fixed.Unboxed- Unboxed vectors.
Data.Vector.Fixed.Boxed- Boxed vector which can hold elements of any type.
Data.Vector.Fixed.Storable- Unboxed vectors of
Storabletypes. Data.Vector.Fixed.Primitive- Unboxed vectors based on pritimive package.
Changes in 0.1.1
foldMandtailWithadded. Type synonyms for numbers up to 6 are added.Funis reexported fromData.Vector.Fixed.
Modules
[Index]
Downloads
- fixed-vector-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates