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.

  1. strictFileInteractability :: Capabilities -> Maybe Bool

    webdriver-precore WebDriverPreCore

    No documentation available.

  2. strictFileInteractability :: Capabilities -> Maybe Bool

    webdriver-precore WebDriverPreCore

    No documentation available.

  3. getInteractiveDynFlags :: GhcMonad m => m DynFlags

    ghc-lib GHC

    Get the DynFlags used to evaluate interactive expressions.

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

    ghc-lib GHC

    No documentation available.

  5. setInteractiveDynFlags :: GhcMonad m => DynFlags -> m ()

    ghc-lib GHC

    Set the DynFlags used to evaluate interactive expressions. Also initialise (load) plugins. Note: this cannot be used for changes to packages. Use setSessionDynFlags, or setProgramDynFlags and then copy the unitState into the interactive DynFlags.

  6. lintInteractiveExpr :: SDoc -> HscEnv -> CoreExpr -> IO ()

    ghc-lib GHC.Driver.Config.Core.Lint.Interactive

    No documentation available.

  7. data CgInteractiveGuts

    ghc-lib GHC.Driver.Main

    No documentation available.

  8. hscInteractive :: HscEnv -> CgInteractiveGuts -> ModLocation -> IO (Maybe FilePath, CompiledByteCode)

    ghc-lib GHC.Driver.Main

    No documentation available.

  9. mkCgInteractiveGuts :: CgGuts -> CgInteractiveGuts

    ghc-lib GHC.Driver.Main

    No documentation available.

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

    ghc-lib GHC.Iface.Env

    No documentation available.

Page 41 of many | Previous | Next