diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-10-04 15:21:56 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:53 +0200 |
| commit | c1713b4ea6c542fa2fe0d66b51c5b7b27fedf57a (patch) | |
| tree | 84f580f25f4480525880759d069d0597686b3e8f /app/Main.hs | |
| parent | 7a498e3a581f26b81fc9c2c9c7af8448a7f84f0f (diff) | |
Add import!
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 d8fcb61..c71fd2f 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -4,7 +4,7 @@ import Control.Monad.Except import System.Console.Haskeline import Utils import Builtins -import Lib +import Interpreter parseArgs :: Config -> [String] -> Config parseArgs config args = |
