Module RargInternal__ValidateArgs

module Err: { ... };
type value = option(array(string));
module One: { ... };

* One argument, if the input array contains more than 1 argument - return an error

module Many: { ... };

* Many arguments, the input array can contain 0 or more items