vector-th-unbox

Deriver for Data.Vector.Unboxed using Template Haskell

Version on this page:0.2.1.7
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.7@sha256:f7054cf1bd32c042a7980ec22eba4c9e230f88519d5511b7094b35beab9f9352,1412

Module documentation for 0.2.1.7

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.