Module RargInternal__CmdInternal.Err

module Config: { ... };
module User: { ... };
type t =
| ConfigError(Config.t)
| UserError(User.t)
;