diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-06 19:00:21 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-06 19:00:21 +0200 |
| commit | 82562a35e8f0706a812e3aefa8e837b88a1a0d95 (patch) | |
| tree | 11df3c02428db48848ecc9720cd6d7fa33e54128 /app | |
| parent | 9ea6fae21ffec1f092bd272fa34330c887947c36 (diff) | |
Combine envThis and envImported
Diffstat (limited to 'app')
| -rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs index 35ca77d..1617dd5 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -60,7 +60,7 @@ main = do let config = parseArgs initialConfig args ls = LState { stateConfig = config, - stateEnv = emptyEnv { envImported = builtinEnv }, + stateEnv = builtinEnv, stateDepth = 0, statePure = Impure } |
