type token = | CLOSING_BRACKET |
| OPENING_BRACKET |
| SEMICOLON |
| FILE |
| NAME |
| REGEXP |
| EOF |
| STRING of string |
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Exclude.file listBisect_ppx.Exclude_parsertype token = | CLOSING_BRACKET |
| OPENING_BRACKET |
| SEMICOLON |
| FILE |
| NAME |
| REGEXP |
| EOF |
| STRING of string |
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Exclude.file list