From 82562a35e8f0706a812e3aefa8e837b88a1a0d95 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 6 Dec 2022 19:00:21 +0200 Subject: Combine envThis and envImported --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Main.hs') 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 } -- cgit v1.3