Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mkInteractiveHscEnv :: HscEnv -> HscEnvghc-lib-parser GHC.Driver.Env Switches in the DynFlags and Plugins from the InteractiveContext
runInteractiveHsc :: HscEnv -> Hsc a -> IO aghc-lib-parser GHC.Driver.Env A variant of runHsc that switches in the DynFlags and Plugins from the InteractiveContext before running the Hsc computation.
emptyInteractiveContext :: DynFlags -> InteractiveContextghc-lib-parser GHC.Runtime.Context Constructs an empty InteractiveContext.
-
ghc-lib-parser GHC.Runtime.Context extendInteractiveContext is called with new TyThings recently defined to update the InteractiveContext to include them. By putting new things first, unqualified use will pick the most recently defined thing with a given name, while still keeping the old names in scope in their qualified form (Ghci1.foo).
extendInteractiveContextWithIds :: InteractiveContext -> [Id] -> InteractiveContextghc-lib-parser GHC.Runtime.Context No documentation available.
icInteractiveModule :: InteractiveContext -> Moduleghc-lib-parser GHC.Runtime.Context No documentation available.
setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContextghc-lib-parser GHC.Runtime.Context No documentation available.
substInteractiveContext :: InteractiveContext -> Subst -> InteractiveContextghc-lib-parser GHC.Runtime.Context No documentation available.
-
ghc-lib-parser GHC.Types.Error No documentation available.
UnhelpfulInteractive :: UnhelpfulSpanReasonghc-lib-parser GHC.Types.SrcLoc No documentation available.