If I use something like `IOMonadError`, how do I a...
# arrow
r
If I use something like
IOMonadError
, how do I adapt that for uses that expect a
Kind<EitherPartialOf<String>, Unit
instead of
Kind<ForIO, Unit>
?