Closed bbrk24 closed 2 months ago
There are some cases where the other order feels more natural, particularly because unless/then is an awkward combination
unless
then
// before SpecificNumber<N < number> ::= unless number < N then NoUnion<N> // after SpecificNumber<N < number> ::= NoUnion<N> unless number < N
There are some cases where the other order feels more natural, particularly because
unless
/then
is an awkward combination