Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Driver.Main No documentation available.
mkCgInteractiveGuts :: CgGuts -> CgInteractiveGutsghc GHC.Driver.Main No documentation available.
newInteractiveBinder :: HscEnv -> OccName -> SrcSpan -> IO Nameghc GHC.Iface.Env No documentation available.
emptyInteractiveContext :: DynFlags -> InteractiveContextghc GHC.Runtime.Context Constructs an empty InteractiveContext.
-
ghc 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 GHC.Runtime.Context No documentation available.
icInteractiveModule :: InteractiveContext -> Moduleghc GHC.Runtime.Context No documentation available.
setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContextghc GHC.Runtime.Context No documentation available.
substInteractiveContext :: InteractiveContext -> Subst -> InteractiveContextghc GHC.Runtime.Context No documentation available.
runTcInteractive :: HscEnv -> TcRn a -> IO (Messages TcRnMessage, Maybe a)ghc GHC.Tc.Module No documentation available.