diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Repl.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Repl.hs b/app/Repl.hs new file mode 100644 index 0000000..9f26d78 --- /dev/null +++ b/app/Repl.hs @@ -0,0 +1,6 @@ +module Main where + +import BizExpr (repl) + +main :: IO () +main = repl |