aboutsummaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 34fe23a..0bfda2c 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -59,7 +59,8 @@ main = do
let config = parseArgs initialConfig args
ls = LState { stateConfig = config,
stateEnv = emptyEnv { envImported = builtinEnv },
- stateDepth = 0 }
+ stateDepth = 0,
+ statePure = False }
if (configShowHelp config) then do
putStrLn $ "Usage: " ++ progName ++ " # to open REPL"