Hi, I’d like to use dry-validation with date ranges and I’d like to have a range type with typed member. I’ve looked into it and started working on a PR for dry-types to add this feature. Would this be a good idea?
Is your PR still around?
I was wanting to do the same thing with Sets, and I found Extending `Array.of` behaviour to `Set`, `Range` etc - #2 by alassek, which says it would be possible but difficult, due to needing to update AST support etc.