package bisect_ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | CLOSING_BRACKET
  2. | OPENING_BRACKET
  3. | SEMICOLON
  4. | FILE
  5. | NAME
  6. | REGEXP
  7. | EOF
  8. | STRING of string
val file : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Exclude.file list