Hi! I see `ValidatedPartialOf` is deprecated, coz ...
# arrow
g
Hi! I see
ValidatedPartialOf
is deprecated, coz
Kind
is going away. Can someone please let me know how the below example will this be implemented in future. Thanks. https://arrow-kt.io/docs/next/patterns/error_handling/#example--alternative-validation-strategies-using-applicativeerror
👍 1
r
We haven’t gotten to adapt the example yet but those would change so that instead of Applicative Error it uses a fun interface that abstracts away the
just
requirement of either and validated. We need help with those examples too so it’s still a challenge open for anyone wanting to pick it up
👍 2