Let has a bug, otherwise probably(?) done

This commit is contained in:
sebastianselander 2023-02-20 20:38:36 +01:00
parent a98135827c
commit 8065576c31
2 changed files with 112 additions and 47 deletions

View file

@ -9,7 +9,7 @@ import Grammar.Print (printTree)
import Renamer.RenamerM (rename)
import System.Environment (getArgs)
import System.Exit (exitFailure, exitSuccess)
import TypeChecker.HM (typecheck)
import TypeChecker.AlgoW (typecheck)
main :: IO ()
main =