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