I tried arrow refined-types and I wonder if there ...
# arrow
l
I tried arrow refined-types and I wonder if there is a way to combine them with Validated from the core library
r
hi @Lidonis Calhau, yes we plan to add
toValidated
and
toEither
but we have not yet decided how to lay out the dependencies. The current concern is that the libs currently don’t depend on each other. Either the refined lib runtime depends on arrow core or we add a new interop module to publish the extension syntax for those. Currently leaning more toward having the refined lib depend on core but open to suggestions. Also open to PRs if someone wants to add those methods to the Refined interface next to
orNull
and add the core dependency to try it out.
👍 1
l
Thanks for the reply Raul. I will try to add the core library and those method.
🙌 1