We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There's a case missing in type_check_exp for handling GlobalValue
type_check_exp
GlobalValue
Shouldn't the method be extended with:
def type_check_exp(self, e, env): match e: case GlobalValue(id): return self.type_check_atm(e, env)