Module Bisect_ppx.Exclude_parser

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 list