Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. runInteractiveHsc :: HscEnv -> Hsc a -> IO a

    ghc-lib-parser GHC.Driver.Env

    A variant of runHsc that switches in the DynFlags and Plugins from the InteractiveContext before running the Hsc computation.

  2. emptyInteractiveContext :: DynFlags -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    Constructs an empty InteractiveContext.

  3. extendInteractiveContext :: InteractiveContext -> [TyThing] -> InstEnv -> [FamInst] -> DefaultEnv -> FixityEnv -> 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).

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

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  5. icInteractiveModule :: InteractiveContext -> Module

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  6. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  7. substInteractiveContext :: InteractiveContext -> Subst -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  8. MCInteractive :: MessageClass

    ghc-lib-parser GHC.Types.Error

    No documentation available.

  9. UnhelpfulInteractive :: UnhelpfulSpanReason

    ghc-lib-parser GHC.Types.SrcLoc

    No documentation available.

  10. isInteractiveModule :: Module -> Bool

    ghc-lib-parser GHC.Unit.Types

    No documentation available.

Page 25 of many | Previous | Next