fixed-vector-hetero

Library for working with product types generically

http://github.org/Shimuuar/fixed-vector-hetero

Version on this page:0.6.1.1
LTS Haskell 23.5:0.6.2.0
Stackage Nightly 2025-01-21:0.6.2.0
Latest on Hackage:0.6.2.0

See all snapshots fixed-vector-hetero appears in

BSD-3-Clause licensed and maintained by Aleksey Khudyakov
This version can be pinned in stack with:fixed-vector-hetero-0.6.1.1@sha256:9b3a05fac4fff2a9f451eb00fe2e952a1ab1bf7344234541bf3225ec3b3c4546,1914

Library allow to work with arbitrary product types in generic manner. They could be constructed, destucted, converted provided they are product of identical types.

Changes