We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9324df commit c4caab8Copy full SHA for c4caab8
1 file changed
type_check_Ctup.py
@@ -9,9 +9,6 @@ def type_check_exp(self, e, env):
9
match e:
10
case Allocate(length, typ):
11
return typ
12
- case Begin(ss, e):
13
- self.type_check_stmts(ss, env)
14
- return self.type_check_exp(e, env)
15
case GlobalValue(name):
16
return int
17
case Subscript(tup, Constant(index), Load()):
0 commit comments