@hackage th-reify-many0.1.10
Recurseively reify template haskell datatype info
Categories
License
BSD-3-Clause
Maintainer
Michael Sloan <mgsloan at gmail>
Links
Versions
Installation
Dependencies (6)
- base >=4 && <5
- containers
- mtl
- safe
- template-haskell >=2.5.0.0
- th-expand-syns Show all…
Dependents (10)
@hackage/morley, @hackage/store, @hackage/morley-client, @hackage/acme-everything, @hackage/th-orphans, @hackage/th-context, Show all…
th-reify-many provides functions for recursively reifying top
level declarations. The main intended use case is for enumerating
the names of datatypes reachable from an initial datatype, and
passing these names to some function which generates instances.