Skip to content

Sequence reduction expressions should have a multiplicity lower bound of 0 #61

@seidewitz

Description

@seidewitz

Per the Alf 1.1 specification, a sequence reduction expression is given a multiplicity lower bound of 1. However, if the input sequence to such an expression is null, then the result will be null. Thus, the multiplicity lower bound of the expression should really be 0 (unless, perhaps, the multiplicity lower bound of the input sequence is known to be greater than 0).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions