1 2 3 4 5 6
module Main where import qualified BizExpr (eval, repl) main :: IO () main = BizExpr.repl