started on a test suite
This commit is contained in:
parent
5daa5573f2
commit
06e65de235
6 changed files with 57 additions and 272 deletions
|
|
@ -12,8 +12,7 @@ import System.Exit (exitFailure, exitSuccess)
|
|||
import TypeChecker.AlgoW (typecheck)
|
||||
|
||||
main :: IO ()
|
||||
main =
|
||||
getArgs >>= \case
|
||||
main = getArgs >>= \case
|
||||
[] -> print "Required file path missing"
|
||||
(x : _) -> do
|
||||
file <- readFile x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue