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.
readFastMutInt :: FastMutInt -> IO Intghc GHC.Data.FastMutInt No documentation available.
writeFastMutInt :: FastMutInt -> Int -> IO ()ghc GHC.Data.FastMutInt No documentation available.
tryMostM :: IOEnv env r -> IOEnv env (Either SomeException r)ghc GHC.Data.IOEnv No documentation available.
data
ListMap (m :: Type -> Type) aghc GHC.Data.TrieMap No documentation available.
hscParseStmtWithLocation :: String -> Int -> String -> Hsc (Maybe (GhciLStmt GhcPs))ghc GHC.Driver.Main No documentation available.
hscParsedStmt :: HscEnv -> GhciLStmt GhcPs -> IO (Maybe ([Id], ForeignHValue, FixityEnv))ghc GHC.Driver.Main No documentation available.
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.
-
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.
type
HsStmtContextRn = HsStmtContext LIdP GhcRnghc GHC.Hs.Expr No documentation available.
OrigStmt :: ExprLStmt GhcRn -> HsThingRnghc GHC.Hs.Expr No documentation available.