vector-th-unbox

Deriver for Data.Vector.Unboxed using Template Haskell

Version on this page:0.2.1.6@rev:1
LTS Haskell 22.14:0.2.2@rev:5
Stackage Nightly 2024-03-28:0.2.2@rev:5
Latest on Hackage:0.2.2@rev:5

See all snapshots vector-th-unbox appears in

BSD-3-Clause licensed and maintained by Liyang HU
This version can be pinned in stack with:vector-th-unbox-0.2.1.6@sha256:bbbaaa67662ac866911ed63077c38f763c0b4f5e10ad3a73d0b3cac3236dfdae,1438

Module documentation for 0.2.1.6

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.