git @ Cat's Eye Technologies Tandem / a21be36
Update usage message. Chris Pressey 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2525 Just result -> tearDownPragmas pragmas result
2626 Nothing -> exitWith $ ExitFailure 1
2727 _ -> do
28 abortWith "Usage: tandem (parse|eval) <input-filename>"
28 abortWith "Usage: tandem (parse|eval|run) <input-filename>"
2929
3030 loadSource fileName = do
3131 text <- readFile fileName