@hackage unbound-kind-generics0.2.1.1
Support for programming with names and binders using kind-generics
Installation
Dependencies (4)
- base >=4.12 && <5
- kind-generics >=0.4
- kind-generics-th
- unbound-generics >=0.4 Show all…
Dependents (0)
Specify the binding structure of your data type with an
expressive set of type combinators, and unbound-generics
handles the rest! Automatically derives
alpha-equivalence, free variable calculation,
capture-avoiding substitution, and more. See
Unbound.Generics.LocallyNameless.Kind.Derive to get started.
This is an independent re-implementation of unbound-generics but using kind-generics instead of GHC Generics.