Skip to content

Commit c4caab8

Browse files
committed
remove begin from type_check_Ctup
1 parent e9324df commit c4caab8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

type_check_Ctup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ def type_check_exp(self, e, env):
99
match e:
1010
case Allocate(length, typ):
1111
return typ
12-
case Begin(ss, e):
13-
self.type_check_stmts(ss, env)
14-
return self.type_check_exp(e, env)
1512
case GlobalValue(name):
1613
return int
1714
case Subscript(tup, Constant(index), Load()):

0 commit comments

Comments
 (0)