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.

  1. hscInteractive :: HscEnv -> CgInteractiveGuts -> ModLocation -> IO (Maybe FilePath, CompiledByteCode, [SptEntry])

    ghc GHC.Driver.Main

    No documentation available.

  2. mkCgInteractiveGuts :: CgGuts -> CgInteractiveGuts

    ghc GHC.Driver.Main

    No documentation available.

  3. newInteractiveBinder :: HscEnv -> OccName -> SrcSpan -> IO Name

    ghc GHC.Iface.Env

    No documentation available.

  4. emptyInteractiveContext :: DynFlags -> InteractiveContext

    ghc GHC.Runtime.Context

    Constructs an empty InteractiveContext.

  5. extendInteractiveContext :: InteractiveContext -> [TyThing] -> InstEnv -> [FamInst] -> Maybe [Type] -> FixityEnv -> 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).

  6. extendInteractiveContextWithIds :: InteractiveContext -> [Id] -> InteractiveContext

    ghc GHC.Runtime.Context

    No documentation available.

  7. icInteractiveModule :: InteractiveContext -> Module

    ghc GHC.Runtime.Context

    No documentation available.

  8. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc GHC.Runtime.Context

    No documentation available.

  9. substInteractiveContext :: InteractiveContext -> Subst -> InteractiveContext

    ghc GHC.Runtime.Context

    No documentation available.

  10. runTcInteractive :: HscEnv -> TcRn a -> IO (Messages TcRnMessage, Maybe a)

    ghc GHC.Tc.Module

    No documentation available.

Page 18 of many | Previous | Next