@hackage / th-expand-syns

Expands type synonyms in Template Haskell ASTs

Latest0.4.12.0

About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Categories Template Haskell
  • Maintained by: Ryan Scott <ryan.gl.scott@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.4
  4. 9.6.6
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4
  12. 8.2.2
  13. 8.0.2

Readme

Expands type synonyms in Template Haskell ASTs.

As of version 0.4.9.0, this library is a small shim on top of the applySubstitution/resolveTypeSynonyms functions from th-abstraction, so you may want to consider using th-abstraction instead.