dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
415 stars 108 forks source link

Infer types from nested structs (fixes #464) #466

Closed flash-gordon closed 1 year ago

flash-gordon commented 1 year ago

It required an AST transformation. Other approaches I tried had various flaws.