aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 6b3a543..35ca77d 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -62,7 +62,7 @@ main = do
ls = LState { stateConfig = config,
stateEnv = emptyEnv { envImported = builtinEnv },
stateDepth = 0,
- statePure = False }
+ statePure = Impure }
if (configShowHelp config) then do
putStrLn $ "Usage: " ++ progName ++ " # to open REPL"