Demote expressions to sequences as soon as they have only a single alternative. This is sensible now that the implementation already creates expressions with only a single alternative as sequences. This should simplify current fail code in the engine.
Demote expressions to sequences as soon as they have only a single alternative. This is sensible now that the implementation already creates expressions with only a single alternative as sequences. This should simplify current
fail
code in the engine.