vector-th-unbox

Deriver for Data.Vector.Unboxed using Template Haskell

Version on this page:0.2.1.6
LTS Haskell 22.13:0.2.2@rev:5
Stackage Nightly 2024-03-14: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:e204e3b1f54c6d252770fcdba7ea6e5fe39ed681440389fd7731dcd14a711eca,1360

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.