parameterized-utils

Classes and data structures for working with data-kind indexed types

https://github.com/GaloisInc/parameterized-utils

Version on this page:2.1.9.0@rev:1
LTS Haskell 23.22:2.1.10.0
Stackage Nightly 2025-05-14:2.1.10.0
Latest on Hackage:2.1.10.0

See all snapshots parameterized-utils appears in

This package contains collection classes and type representations used for working with values that have a single parameter. It's intended for things like expression libraries where one wishes to leverage the Haskell type-checker to improve type-safety by encoding the object language type system into data kinds.

Changes