Join Slack
Powered by
What you need here is a `MonadError` for any highe...
# arrow
s
simon.vergauwen
10/04/2017, 6:35 AM
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.
Open in Slack
Previous
Next