Sit
main :: IO () Source #
Type-check file given by command line.
check :: String -> IO () Source #
Run the type checker on text/contents of a file.
checkFile :: FilePath -> IO () Source #
Run the type checker on file given by path.