Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. readFastMutInt :: FastMutInt -> IO Int

    ghc GHC.Data.FastMutInt

    No documentation available.

  2. writeFastMutInt :: FastMutInt -> Int -> IO ()

    ghc GHC.Data.FastMutInt

    No documentation available.

  3. tryMostM :: IOEnv env r -> IOEnv env (Either SomeException r)

    ghc GHC.Data.IOEnv

    No documentation available.

  4. data ListMap (m :: Type -> Type) a

    ghc GHC.Data.TrieMap

    No documentation available.

  5. hscParseStmtWithLocation :: String -> Int -> String -> Hsc (Maybe (GhciLStmt GhcPs))

    ghc GHC.Driver.Main

    No documentation available.

  6. hscParsedStmt :: HscEnv -> GhciLStmt GhcPs -> IO (Maybe ([Id], ForeignHValue, FixityEnv))

    ghc GHC.Driver.Main

    No documentation available.

  7. hscStmt :: HscEnv -> String -> IO (Maybe ([Id], ForeignHValue, FixityEnv))

    ghc GHC.Driver.Main

    Compile a stmt all the way to an HValue, but don't run it We return Nothing to indicate an empty statement (or comment only), not a parse error.

  8. hscStmtWithLocation :: HscEnv -> String -> String -> Int -> IO (Maybe ([Id], ForeignHValue, FixityEnv))

    ghc GHC.Driver.Main

    Compile a stmt all the way to an HValue, but don't run it We return Nothing to indicate an empty statement (or comment only), not a parse error.

  9. type HsStmtContextRn = HsStmtContext LIdP GhcRn

    ghc GHC.Hs.Expr

    No documentation available.

  10. OrigStmt :: ExprLStmt GhcRn -> HsThingRn

    ghc GHC.Hs.Expr

    No documentation available.

Page 29 of many | Previous | Next