Home
last modified time | relevance | path

Searched refs:runInteractiveHsc (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DEnv.hs10 , runInteractiveHsc
84 runInteractiveHsc :: HscEnv -> Hsc a -> IO a
85 runInteractiveHsc hsc_env = runHsc (mkInteractiveHscEnv hsc_env) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscMain.hs288 = runInteractiveHsc hsc_env0 $
293 hscTcRcLookupName hsc_env0 name = runInteractiveHsc hsc_env0 $ do
303 = runInteractiveHsc hsc_env0 $
312 hscGetModuleInterface hsc_env0 mod = runInteractiveHsc hsc_env0 $ do
1624 runInteractiveHsc hsc_env0 $ do
1638 hscParsedStmt hsc_env stmt = runInteractiveHsc hsc_env $ do
1665 runInteractiveHsc hsc_env $
1677 runInteractiveHsc hsc_env $
1682 hscParsedDecls hsc_env decls = runInteractiveHsc hsc_env $ do
1783 hscImport hsc_env str = runInteractiveHsc hsc_env $ do
[all …]
H A DInteractiveEval.hs191 runInteractiveHsc hsc_env $
1052 liftIO $ runInteractiveHsc hsc_env $ do
1062 (ty, _) <- liftIO $ runInteractiveHsc hsc_env0 $ do
1167 liftIO $ runInteractiveHsc hsc_env $ hscParseExpr expr
H A DHscTypes.hs33 Hsc(..), runHsc, mkInteractiveHscEnv, runInteractiveHsc,
296 runInteractiveHsc :: HscEnv -> Hsc a -> IO a
299 runInteractiveHsc hsc_env = runHsc (mkInteractiveHscEnv hsc_env) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs33 Hsc(..), runHsc, mkInteractiveHscEnv, runInteractiveHsc,
296 runInteractiveHsc :: HscEnv -> Hsc a -> IO a
299 runInteractiveHsc hsc_env = runHsc (mkInteractiveHscEnv hsc_env) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs32 Hsc(..), runHsc, mkInteractiveHscEnv, runInteractiveHsc,
305 runInteractiveHsc :: HscEnv -> Hsc a -> IO a
308 runInteractiveHsc hsc_env = runHsc (mkInteractiveHscEnv hsc_env) function
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DUI.hs55 setInteractivePrintName, hsc_dflags, msObjFilePath, runInteractiveHsc,
1181 mb_stmt <- liftIO (runInteractiveHsc hsc_env (hscParseStmtWithLocation source line input))