Skip to content

Commit

Permalink
Update typing.d.er
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Apr 11, 2023
1 parent d87a75b commit 6e9c87f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/erg_compiler/lib/pystd/typing.d.er
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
.Callable: (*Type) -> Type
.Concatenate: (*Type) -> Type
.Type: (Type) -> Type
.Literal: (*Obj) -> Type
.Literal: ClassType
.Literal.
__getitem__: (*Obj) -> Type
.ClassVar: (Type) -> Type
.Final: (Type) -> Type
.Required: (Type) -> Type
Expand All @@ -25,7 +27,7 @@
.TypeGuard: (Type) -> Type
.Generic: ClassType
.Generic.
__getitem__: (Type) -> Type
__getitem__: (*Type) -> Type
.TypeVar: ClassType
.TypeVar.
__call__: (Str, *types: Type, bound := Str) -> Type
Expand Down

0 comments on commit 6e9c87f

Please sign in to comment.