diff --git a/pep.rst b/pep.rst index bc818c5..b1e5292 100644 --- a/pep.rst +++ b/pep.rst @@ -510,7 +510,8 @@ imported qualified or with some other name) = , - | * [ ] , + | * [ ] , + | * = + * @@ -524,6 +525,9 @@ imported qualified or with some other name) (```` is identical to ```` except that the result type is a ```` instead of a ````.) +(```` is any type which when evaluated resolves to a tuple +type eg. ``tuple[int, str]``.) + There are three core syntactic features introduced: type booleans, conditional types and unpacked comprehension types.