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