Seeing as kotlin doesn't have union types. How do ...
# arrow
j
Seeing as kotlin doesn't have union types. How do people usually deal with "combining" error types. Say you have a sealed class for two different error types. With a function being able to return whatever failed from the two sealed classes. Are there any smooth ways of doing this?
r