erg/compiler/erg_compiler/lib/pystd/collections.d/abc.d.er
Shunsuke Shibayama 9b319379d1 Add abc.er
2022-12-14 17:53:28 +09:00

12 lines
304 B
Python

# The ABCs in this file are not defined as a collection of traits.
# Use `std/abc` instead.
.Container: ClassType
.Hashable: ClassType
.Sized: ClassType
.Callable: ClassType
.Iterable: ClassType
.Collection: ClassType
.Iterator: ClassType
.Reversible: ClassType
.Genertor: ClassType
.Sequence: ClassType