mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: record type subtyping
This commit is contained in:
parent
95595ef67c
commit
6ce41ef8bd
5 changed files with 19 additions and 3 deletions
|
@ -19,6 +19,7 @@ from _erg_set import Set
|
|||
from _erg_contains_operator import contains_operator
|
||||
from _erg_mutate_operator import mutate_operator
|
||||
|
||||
Record = tuple
|
||||
|
||||
class Never:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue