Bug #14
Disallow non-existent constructors in folds
| Status: | Resolved | Start: | 04/02/2010 | |
| Priority: | Look at it when you have time | Due date: | ||
| Assigned to: | Mike Burrell | % Done: | 100% |
|
| Category: | Implementation | |||
| Target version: | - | |||
Description
One should not be allowed to do:
fold f(x, y) as {
SO.y;
S1.y
} in ...where SO is S "oh", not S "zero".
History
Updated by Mike Burrell over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Added an error message.