template-haskell-compat-v0208-0.1.9.3: Backward-compatibility layer for Template Haskell newer than 2.8
Safe HaskellSafe-Inferred
LanguageHaskell2010

TemplateHaskell.Compat.V0208

Synopsis

Documentation

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

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

tupE :: [Exp] -> Exp Source #

doE :: [Stmt] -> Exp Source #

conP :: Name -> [Pat] -> Pat Source #

conp :: Name -> [Pat] -> Pat Source #

Deprecated: Use conP