python/typing

[spec] define or replace the term "concrete type"

carljm opened this issue · 1 comments

This term is used in a few places in the spec, but never defined. I think it is intended to mean "a type specified by the name of a Python class." We should either give a clear definition for the term, or replace its usages.

Might make sense to address this along with #1779