Correct type-checking of calls
All threads resolved!
All threads resolved!
Compare changes
+ 207
− 4
@@ -92,13 +92,19 @@ pub fn typecheck(
@@ -115,6 +121,7 @@ pub fn typecheck(
@@ -150,8 +157,9 @@ fn typeflow(
@@ -738,7 +746,7 @@ fn typeflow(
@@ -749,7 +757,8 @@ fn typeflow(
@@ -1104,3 +1113,197 @@ pub fn cast_compatible(src_ty: &Type, dst_ty: &Type) -> bool {