type t =
| Name of string | The exclusion is specified through an exact name. |
| Regexp of Str.regexp | The exclusion is specified through a regular expression over names. |
The type of an exclusion.
Bisect_ppx.Exclude
type t =
| Name of string | The exclusion is specified through an exact name. |
| Regexp of Str.regexp | The exclusion is specified through a regular expression over names. |
The type of an exclusion.