<@U5SUR9W2D> The code below shows how you can impl...
# arrow
r
@veiset The code below shows how you can implement the logic inside a place where ApplicativeError is in scope. In there you can raise or return whatever you want in it's kinded form. Once you are ready for an error handling strategy at the edge of the world you decide if you want to fail fast upon compositions if an error is found or you'd rather get a hold at multiple failed operations and get all their errors in a non empty list.