mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Update declare.rs
This commit is contained in:
parent
456201fb49
commit
c683049b0e
2 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
|||
.Optional: ClassType
|
||||
.Optional.
|
||||
__getitem__: (Type) -> Type
|
||||
.Callable: (*Type) -> Type
|
||||
.Callable: ClassType
|
||||
.Callable.
|
||||
__getitem__: (params: [Type; _], Type) -> Type
|
||||
.Concatenate: (*Type) -> Type
|
||||
.Type: (Type) -> Type
|
||||
.Literal: ClassType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue