Home
last modified time | relevance | path

Searched defs:Hsc (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/Env/
H A DTypes.hs32 newtype Hsc a = Hsc (HscEnv -> WarningMessages -> IO (a, WarningMessages)) constructor
40 Hsc m >>= k = Hsc $ \e w -> do (a, w1) <- m e w function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs276 newtype Hsc a = Hsc (HscEnv -> WarningMessages -> IO (a, WarningMessages)) type
284 Hsc m >>= k = Hsc $ \e w -> do (a, w1) <- m e w function
H A DPhases.hs133 | Hsc HscSource constructor
/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.hs267 newtype Hsc a = Hsc (HscEnv -> WarningMessages -> IO (a, WarningMessages)) type
275 Hsc m >>= k = Hsc $ \e w -> do (a, w1) <- m e w function
H A DDriverPhases.hs135 | Hsc HscSource constructor
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs267 newtype Hsc a = Hsc (HscEnv -> WarningMessages -> IO (a, WarningMessages)) type
275 Hsc m >>= k = Hsc $ \e w -> do (a, w1) <- m e w function
H A DDriverPhases.hs135 | Hsc HscSource constructor
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DPhases.hs76 | Hsc HscSource constructor