erg/examples/declare.d.er
2022-09-30 18:51:35 +09:00

7 lines
127 B
Python

.x: Int
.f: Int -> Int
.C: ClassType
# or .C.__call__: Int -> .C
.C.__call__: (x: Int,) -> .C
.C.f: (self: .C, y: Int) -> Int