zio-schema
zio-schema copied to clipboard
Refactoring: remove usage of `SourceLocation`
SourceLocation
is not useful inside Schema definition. It could be replaced with a TypeTag
instead, that will give the Runtime type information need it,