@hackage vector-th-unbox0.2.1.2
Deriver for Data.Vector.Unboxed using Template Haskell
Categories
License
BSD-3-Clause
Maintainer
Liyang HU <vector-th-unbox@liyang.hu>
Links
Versions
Deprecated
Dependencies (3)
- base >=4.5 && <5
- template-haskell >=2.5 && <2.11
- vector >=0.7 && <0.11 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.