Sys.Env
eff EnvSourceAn effect used to access the system environment.
Operations
Returns the arguments passed to the program via the command line.
Returns the user's current working directory
Returns the value of the specified environment variable.
Definitions
Handles the Env effect of the given function f.
In other words, re-interprets the Env effect using the IO effect.