> when interfacing with something that can retu...
# arrow
p
when interfacing with something that can return a
null
, inside an
Either
monad, can this be written somehow shorter?
I mean when you have that original value inside either that can be null. From your description I expected something like
Either<String?, User>