Home
last modified time | relevance | path

Searched refs:MetaHook (Results 1 – 12 of 12) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DMeta.hs4 , MetaHook
37 type MetaHook f = MetaRequest -> LHsExpr GhcTc -> f MetaResult type
39 metaRequestE :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsExpr GhcPs)
42 metaRequestP :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LPat GhcPs)
45 metaRequestT :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsType GhcPs)
48 metaRequestD :: Functor f => MetaHook f -> LHsExpr GhcTc -> f [LHsDecl GhcPs]
51 metaRequestAW :: Functor f => MetaHook f -> LHsExpr GhcTc -> f Serialized
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHooks.hs91 , runMetaHook :: Maybe (MetaHook TcM)
H A DHscTypes.hs73 MetaHook,
787 type MetaHook f = MetaRequest -> LHsExpr GhcTc -> f MetaResult function
789 metaRequestE :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsExpr GhcPs)
792 metaRequestP :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LPat GhcPs)
795 metaRequestT :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsType GhcPs)
798 metaRequestD :: Functor f => MetaHook f -> LHsExpr GhcTc -> f [LHsDecl GhcPs]
801 metaRequestAW :: Functor f => MetaHook f -> LHsExpr GhcTc -> f Serialized
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHooks.hs91 , runMetaHook :: Maybe (MetaHook TcM)
H A DHscTypes.hs73 MetaHook,
787 type MetaHook f = MetaRequest -> LHsExpr GhcTc -> f MetaResult type
789 metaRequestE :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsExpr GhcPs)
792 metaRequestP :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LPat GhcPs)
795 metaRequestT :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsType GhcPs)
798 metaRequestD :: Functor f => MetaHook f -> LHsExpr GhcTc -> f [LHsDecl GhcPs]
801 metaRequestAW :: Functor f => MetaHook f -> LHsExpr GhcTc -> f Serialized
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DHooks.hs105 , runMetaHook :: Maybe (MetaHook TcM)
H A DTypes.hs72 MetaHook,
816 type MetaHook f = MetaRequest -> LHsExpr GhcTc -> f MetaResult type
818 metaRequestE :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsExpr GhcPs)
821 metaRequestP :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LPat GhcPs)
824 metaRequestT :: Functor f => MetaHook f -> LHsExpr GhcTc -> f (LHsType GhcPs)
827 metaRequestD :: Functor f => MetaHook f -> LHsExpr GhcTc -> f [LHsDecl GhcPs]
830 metaRequestAW :: Functor f => MetaHook f -> LHsExpr GhcTc -> f Serialized
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DHooks.hs141 , runMetaHook :: !(Maybe (MetaHook TcM))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs193 splice_hook :: Maybe (MetaHook TcM) -> IORef Splices -> MetaHook TcM
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DCompile.hs193 splice_hook :: Maybe (MetaHook TcM) -> IORef Splices -> MetaHook TcM
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcSplice.hs735 runMeta :: (MetaHook TcM -> LHsExpr GhcTc -> TcM hs_syn)
742 defaultRunMeta :: MetaHook TcM
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dextending_ghc.rst1333 fakeRunMeta :: [CommandLineOption] -> MetaHook TcM