Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
writeMutVar :: IORef a -> a -> IOEnv env ()ghc GHC.Data.IOEnv No documentation available.
module GHC.Driver.Env.
KnotVars This data structure holds an updateable environment which is used when compiling module loops.
-
ghc GHC.Driver.Env.KnotVars No documentation available.
KnotVars :: [Module] -> (Module -> Maybe a) -> KnotVars aghc GHC.Driver.Env.KnotVars No documentation available.
-
ghc GHC.Driver.Env.KnotVars No documentation available.
-
ghc GHC.Driver.Env.KnotVars No documentation available.
knotVarElems :: KnotVars a -> [a]ghc GHC.Driver.Env.KnotVars No documentation available.
knotVarsFromModuleEnv :: ModuleEnv a -> KnotVars aghc GHC.Driver.Env.KnotVars No documentation available.
knotVarsWithout :: Module -> KnotVars a -> KnotVars aghc GHC.Driver.Env.KnotVars No documentation available.
lookupKnotVars :: KnotVars a -> Module -> Maybe aghc GHC.Driver.Env.KnotVars No documentation available.