A validator that always returns valid
IValidator noop() => Validator((value) => Result.valid(value));