Remove reference to TNominal in checker.ts

This commit is contained in:
Sam Vervaeck 2023-07-28 20:42:24 +02:00
parent 985e2d0652
commit 89feeaadb6
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -685,7 +685,6 @@ export class Checker {
case TypeKind.RigidVar: case TypeKind.RigidVar:
case TypeKind.Nil: case TypeKind.Nil:
case TypeKind.Absent: case TypeKind.Absent:
case TypeKind.Nominal:
case TypeKind.Con: case TypeKind.Con:
return type; return type;
case TypeKind.TupleIndex: case TypeKind.TupleIndex: