Minor rewrite of tc. Some bugs still left

This commit is contained in:
sebastianselander 2023-02-14 22:03:56 +01:00
parent 6218efac20
commit 5d247057f5
6 changed files with 256 additions and 128 deletions

View file

@ -1,4 +1 @@
letters = let x = 1
in let y = 2
in let z = 3
in x + y + z
testType f x = f x