The fixed-vector package
Generic vectors with fixed length. Package is structured as follows:
- Data.Vector.Fixed
- Generic API. It's suitable for both ADT-based vector like Complex and 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 Storable types.
- Data.Vector.Fixed.Primitive
- Unboxed vectors based on pritimive package.
Changes in 0.1.1
foldM and tailWith added. Type synonyms for numbers up to 6 are added. Fun is reexported from Data.Vector.Fixed.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0 |
|---|---|
| Dependencies | base (≥3 & <5), primitive |
| License | BSD3 |
| Author | Aleksey Khudyakov <alexey.skladnoy@gmail.com> |
| Maintainer | Aleksey Khudyakov <alexey.skladnoy@gmail.com> |
| Category | Data |
| Bug tracker | https://github.com/Shimuuar/fixed-vector/issues |
| Source repository | hg clone http://bitbucket.org/Shimuuar/fixed-vector |
| Upload date | Sat Jan 26 13:58:39 UTC 2013 |
| Uploaded by | AlexeyKhudyakov |
| Built on | ghc-7.6 |
Modules
Downloads
- fixed-vector-0.1.2.tar.gz (Cabal source package)
- package description (included in the package)