th-reify-many

Recurseively reify template haskell datatype info

http://github.com/mgsloan/th-reify-many

Version on this page:0.1.9
LTS Haskell 22.13:0.1.10
Stackage Nightly 2024-03-14:0.1.10
Latest on Hackage:0.1.10

See all snapshots th-reify-many appears in

BSD-3-Clause licensed by Michael Sloan
Maintained by Michael Sloan <mgsloan at gmail>
This version can be pinned in stack with:th-reify-many-0.1.9@sha256:6ac71be9f3220cc7efeade308d5305dbe3fdfffae5a94d8a8ee70d180d0a2254,1752

Module documentation for 0.1.9

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.