Module Err.Config

type t =
| DuplicateArgs(list((string, Args.t, Args.t)))
| InvalidArgNames(list(Args.t))
;