What you need here is a `MonadError` for any highe...
# arrow
s
What you need here is a
MonadError
for any higher kind F that can handle a error of type
NukeException
, so
Try
or
Option
will not work as they expect respectively
Throwable
and
Unit
as error type.