(ast: AST.AST)
| 773 | Option.getOrUndefined(AST.getConcurrencyAnnotation(ast)) |
| 774 | |
| 775 | const getBatching = (ast: AST.AST): boolean | "inherit" | undefined => |
| 776 | Option.getOrUndefined(AST.getBatchingAnnotation(ast)) |
| 777 | |
| 778 | const go = (ast: AST.AST, isDecoding: boolean): Parser => { |
| 779 | switch (ast._tag) { |