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