We should never assume a `Syntax` node has a specific number of children because the parser error recovery may produce partial abstract syntax trees. We should use `stx[i]` instead because `Syntax.getOp` returns `Syntax.missing` when `i` is out of bounds.
1 line
21 B
Text
1 line
21 B
Text
inductive A | b (c :
|