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