template-haskell-compat-v0208-0.1.6: A backwards compatibility layer for Template Haskell newer than 2.8
Safe HaskellNone
LanguageHaskell2010

TemplateHaskell.Compat.V0208

Documentation

instanceD :: Cxt -> Type -> [Dec] -> Dec Source #

dataD :: Cxt -> Name -> [UnitTyVarBndr] -> [Con] -> [Name] -> Dec Source #

tupE :: [Exp] -> Exp Source #

doE :: [Stmt] -> Exp Source #