• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/Language/Haskell/TH/H03-May-2022-2,5391,614

test/H09-Sep-2001-1,4241,218

ChangeLog.mdH A D09-Sep-20017.2 KiB175137

LICENSEH A D09-Sep-2001735 1411

README.mdH A D09-Sep-2001765 1711

Setup.hsH A D09-Sep-200146 32

th-abstraction.cabalH A D03-May-20222.1 KiB5146

README.md

1th-abstraction
2==============
3
4[![Hackage](https://img.shields.io/hackage/v/th-abstraction.svg)](https://hackage.haskell.org/package/th-abstraction) [![Build Status](https://github.com/glguy/th-abstraction/workflows/Haskell-CI/badge.svg)](https://github.com/glguy/th-abstraction/actions?query=workflow%3AHaskell-CI)
5
6This package provides a consistent interface to a subset of Template Haskell.
7
8Currently the package provides a consistent view of the reified declaration
9information about datatypes, newtypes, and data family instances. These
10interfaces abstract away the differences in the normal and GADT syntax used to
11define these types.
12
13Contact Information
14-------------------
15
16Please contact me via GitHub or on the #haskell IRC channel on irc.freenode.net
17