Closed goodwanghan closed 5 months ago
Is your feature request related to a problem? Please describe. From Python 3.9+, standard collections such as list[list[str]] can be used as type annotations. Fugue doesn't support them.
list[list[str]]
Describe the solution you'd like The main change is in triad: https://github.com/fugue-project/triad/pull/130 In fugue, we just need to change some matcher functions and the unit tests
Is your feature request related to a problem? Please describe. From Python 3.9+, standard collections such as
list[list[str]]
can be used as type annotations. Fugue doesn't support them.Describe the solution you'd like The main change is in triad: https://github.com/fugue-project/triad/pull/130 In fugue, we just need to change some matcher functions and the unit tests