[Python-Dev] Adding NewType() to PEP 484 (original) (raw)
jon jcronin at egh.com
Sun May 29 12:57:01 EDT 2016
- Previous message (by thread): [Python-Dev] Adding NewType() to PEP 484
- Next message (by thread): [Python-Dev] Adding NewType() to PEP 484
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The aspects we want to capture in a name or adjective for these types are:
a) The types have identical implementations or definitions. b) They are distinct types.
I think “Distinguished Type” or”Cloned Type” best captures these qualities.
I think the following also capture the quality, but feel a bit pejorative.
"Segregated Type" "Arbitrary Type"
Jonathan
- Previous message (by thread): [Python-Dev] Adding NewType() to PEP 484
- Next message (by thread): [Python-Dev] Adding NewType() to PEP 484
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]