RE: report definition of field names

2002-09-25 Thread Simon Peyton-Jones
| Replace: | "A datatype declaration may optionally include field labels for some | or all of the components of the type." | With: | "A datatype declaration may optionally include field labels. Each | constructor must use either labelled fields or unlabelled fields, | b

report definition of field names

2002-09-24 Thread Hal Daume III
Hi All, I was just reading the report and was confused by something. In section 3.15 "Datatype with Field Labels", it says: "A datatype declaration may optionally include field labels for some or all of the components of the type." This seems to say that if you have some datatype declaration,