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 f546eae..113a3ba 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -28,7 +28,7 @@ repl config env = do Left (LException ex) -> do outputStrLn $ "Error: " ++ ex repl config env - Right newEnv -> do + Right (newEnv, _) -> do repl config newEnv main :: IO () |
