[Python-Dev] Python Library Addition: First-class Procedure Signatures (original) (raw)
Isaac Morland ijmorlan at cs.uwaterloo.ca
Thu Nov 15 18:06:43 CET 2007
- Previous message: [Python-Dev] Python Library Addition: First-class Procedure Signatures
- Next message: [Python-Dev] Python Library Addition: First-class Procedure Signatures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 15 Nov 2007, Isaac Morland wrote:
1. For the "name" attribute of the Parameter object, I think it needs to be str | tuple(str) | tuple(tuple(str)) | ....:
No, that's still wrong. I think it needs to be T, where T == str | tuple(T).
Isaac Morland CSCF Web Guru DC 2554C, x36650 WWW Software Specialist
- Previous message: [Python-Dev] Python Library Addition: First-class Procedure Signatures
- Next message: [Python-Dev] Python Library Addition: First-class Procedure Signatures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]