Portability | GHC |
---|---|
Stability | experimental |
Maintainer | woozletoff@gmail.com |
Safe Haskell | None |
Neovim.Util
Description
Documentation
withCustomEnvironment :: (MonadMask io, MonadIO io) => [(String, Maybe String)] -> io a -> io aSource
Execute the given action with a changed set of environment variables and restore the original state of the environment afterwards.