Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
TransformListComp :: Extensiontemplate-haskell Language.Haskell.TH No documentation available.
-
template-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
GHCForeignImportPrim :: Extensiontemplate-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
TransformListComp :: Extensiontemplate-haskell Language.Haskell.TH.LanguageExtensions No documentation available.
pprForall :: [TyVarBndr Specificity] -> Cxt -> Doctemplate-haskell Language.Haskell.TH.Ppr No documentation available.
pprForall' :: PprFlag flag => ForallVisFlag -> [TyVarBndr flag] -> Cxt -> Doctemplate-haskell Language.Haskell.TH.Ppr No documentation available.
pprForallVis :: [TyVarBndr ()] -> Cxt -> Doctemplate-haskell Language.Haskell.TH.Ppr No documentation available.
-
template-haskell Language.Haskell.TH.Syntax No documentation available.
addForeignFile :: ForeignSrcLang -> String -> Q ()template-haskell Language.Haskell.TH.Syntax Deprecated: Use addForeignSource instead
addForeignFilePath :: ForeignSrcLang -> FilePath -> Q ()template-haskell Language.Haskell.TH.Syntax Same as addForeignSource, but expects to receive a path pointing to the foreign file instead of a String of its contents. Consider using this in conjunction with addTempFile. This is a good alternative to addForeignSource when you are trying to directly link in an object file.