emuto icon indicating copy to clipboard operation
emuto copied to clipboard

Idea: Disallow non-zero-element pipes in operations

Open kantord opened this issue 6 years ago • 0 comments

If there's only one item in a pipe, that should be handled as a value

Otherwise a type error should be thrown (there's no way that a generator could be multiplied by 4 for example)

Valid:

(4) * 2

Not valid:

(4 | 4) * 2

kantord avatar Jan 04 '19 15:01 kantord