@hackage / th-reify-many

Recurseively reify template haskell datatype info

Latest0.1.10

About

Metadata

  • Last updated , by MichaelSloan
  • License BSD-3-Clause
  • Categories Template Haskell
  • Maintained by: Michael Sloan <mgsloan at gmail>

  • Lottery factor: 0

Links

Installation

Readme

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.