Semantics of #-operator #788
Labels
bug
Indicates an unexpected problem or unintended behavior
component:parser
component:type checker
Syntax
Based on that the operator
#
is called the cartesian product, I would expect the following scriptlet to compile without errors:Instead, I get a parser error:
My request is rooted in the observation that Ampersand is said to be robust. Therefore:
#
operator (e.g. if there is no difference in implementation between#
and;V;
)The latter option has at least consequences for the parser (as this issue shows) and the type checker (as is shown by #785), but there may be more to it.
The text was updated successfully, but these errors were encountered: