(state: ParseState)
| 757 | }) |
| 758 | |
| 759 | const toLeafResult = (state: ParseState): LeafResult => ({ |
| 760 | _tag: "Leaf", |
| 761 | flags: state.flags.snapshot(), |
| 762 | arguments: state.arguments, |
| 763 | errors: state.errors |
| 764 | }) |
| 765 | |
| 766 | /* ========================================================================== */ |
| 767 | /* First Value Resolution */ |
no test coverage detected