@hackage type-tree0.2.0.1
Tree representations of datatypes
Categories
License
MIT
Maintainer
me@jude.xyz
Links
Versions
Installation
CustomTested Compilers
Dependencies (7)
- base >=4.7 && <5
- base-compat >=0.10 && <0.11
- containers
- mtl
- pretty
- template-haskell Show all…
Dependents (1)
@hackage/acme-everything
type-tree provides TH splices for generating tree representations of
the types contained in datatypes. This is useful for, for example,
generating class instances for a deeply nested datatype.