diff options
Diffstat (limited to 'app/Main.hs')
| -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 } |
