Language.Haskell.TH.Lib
Documentation
type StrictTypeQ = Q StrictType Source
type VarStrictTypeQ = Q VarStrictType Source
floatPrimL :: Rational -> Lit Source
doublePrimL :: Rational -> Lit Source
normalC :: Name -> [StrictTypeQ] -> ConQ Source
recC :: Name -> [VarStrictTypeQ] -> ConQ Source
strictType :: Q Strict -> TypeQ -> StrictTypeQ Source
varStrictType :: Name -> StrictTypeQ -> VarStrictTypeQ Source
simpleMatch :: Pat -> Exp -> Match Source