th-desugar-1.16: Functions to desugar Template Haskell
Copyright(C) 2014 Richard Eisenberg
LicenseBSD-style (see LICENSE)
MaintainerRyan Scott
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Haskell.TH.Desugar.Lift

Description

Historically, this module defined orphan Lift instances for the data types in th-desugar. Nowadays, these instances are defined alongside the data types themselves, so this module simply re-exports the instances.