On Jun 30, 2009, at 12:13 AM, Ovid wrote:
And that would potentially have issues when it assigns "\t" to $name and -12 to $age, even those are both valid values for the types in question. It would be very difficult to find data which automatically fits any random type, but it could be written for core types and extensible for other types.
"\t" might be valid in a name (you never know, people change their names to all sorts of crazy shit). But the age data type should have a constraint on it.
Best, David