diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-09-26 11:35:17 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | 73ae65e04f7c41dd676d3cbaf3885553352f688c (patch) | |
| tree | 4f59a4a6163e9948b8fffd06fc70fc3fba090960 /app | |
| parent | 158b202ba113914a8aa1fc7a8a410d98bfb18f5b (diff) | |
Add e2e tests
Diffstat (limited to 'app')
| -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 4f69776..f546eae 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,6 @@ module Main (main) where import System.Environment import Control.Monad.Except -import Control.Monad.Reader import System.Console.Haskeline import Utils import Builtins @@ -64,4 +63,5 @@ main = do putStrLn $ "Lang REPL" putStrLn $ "Use CTRL+D to exit" runInputT defaultSettings (repl config builtinEnv) + return () |
