@hackage vector-th-unbox0.2.1.7
Deriver for Data.Vector.Unboxed using Template Haskell
Categories
License
BSD-3-Clause
Maintainer
Liyang HU <vector-th-unbox@liyang.hu>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.5 && <4.15
- template-haskell >=2.5 && <2.17
- vector >=0.7.1 && <0.13 Show all…
Dependents (49)
@hackage/accelerate-bignum, @hackage/hip, @hackage/BiobaseInfernal, @hackage/InternedData, @hackage/Frames-streamly, @hackage/math-functions, Show all…
A Template Haskell deriver for unboxed vectors, given a pair of coercion functions to and from some existing type with an Unbox instance.
Refer to Data.Vector.Unboxed.Deriving for documentation and examples.