hoq-0.1.0.0: src/Main.hs
module Main where
import System.Environment
import File.Load
import TypeChecking.Monad.Scope
import REPL
main :: IO ()
main = do
args <- getArgs
runScopeT $ mapM_ loadFile args >> repl
module Main where
import System.Environment
import File.Load
import TypeChecking.Monad.Scope
import REPL
main :: IO ()
main = do
args <- getArgs
runScopeT $ mapM_ loadFile args >> repl