(alternatives, from, to)
| 57995 | } |
| 57996 | |
| 57997 | function createDisjunction(alternatives, from, to) { |
| 57998 | return addRaw({ |
| 57999 | type: 'disjunction', |
| 58000 | body: alternatives, |
| 58001 | range: [from, to] |
| 58002 | }); |
| 58003 | } |
| 58004 | |
| 58005 | function createDot() { |
| 58006 | return addRaw({ |
no test coverage detected