Home
last modified time | relevance | path

Searched defs:modifyEnv (Results 1 – 6 of 6) sorted by relevance

/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/TypeChecker/
H A DMonad.hs236 makeBindingGroupVisible = modifyEnv $ \e -> e { names = M.map (\(ty, nk, _) -> (ty, nk, Defined)) (… function
247 modifyEnv $ \e -> e { names = orig } function
311 modifyEnv f = modify (\s -> s { checkEnv = f (checkEnv s) }) function
/dports/lang/ghc/ghc-8.10.7/compiler/llvmGen/LlvmCodeGen/
H A DBase.hs380 modifyEnv f = LlvmM (\env -> return ((), f env)) function
588 modifyEnv $ \env -> env { envAliases = emptyUniqSet } function
/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DExecute.hs1490 let modifyEnv = Map.insert function
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCTest.cxx1195 bool modifyEnv = (environment && !environment->empty()); in RunTest() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCTest.cxx1195 bool modifyEnv = (environment && !environment->empty()); in RunTest() local
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCTest.cxx1195 bool modifyEnv = (environment && !environment->empty()); in RunTest() local