Home
last modified time | relevance | path

Searched refs:ic_monad (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/Runtime/
H A DContext.hs239 ic_monad :: Name, function
276 ic_monad = ioTyConName, -- IO monad by default function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGHC.hs1518 let ic = (hsc_IC s) { ic_monad = ty }
1523 getGHCiMonad = fmap (ic_monad . hsc_IC) getSession
H A DHscTypes.hs1700 ic_monad :: Name, function
1733 ic_monad = ioTyConName, -- IO monad by default function
H A DGhcMake.hs624 , ic_monad = new_ic_monad } } function
628 !new_ic_monad = keep_external_name ic_monad
/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.hs1700 ic_monad :: Name, function
1733 ic_monad = ioTyConName, -- IO monad by default function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs1747 ic_monad :: Name, function
1780 ic_monad = ioTyConName, -- IO monad by default function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs787 getGHCiMonad = do { hsc <- getTopEnv; return (ic_monad $ hsc_IC hsc) }