Module Bisect_ppx.Exclude

exception Exception of int * string
type t =
  1. | Name of string
  2. | Regexp of Str.regexp
type file = {
  1. path : t;
  2. exclusions : t list option;
}