Join Slack
Powered by
that is likely because in the if expression you ar...
# arrow
j
Jannis
01/07/2019, 9:30 PM
that is likely because in the if expression you are returning
Obj
on true and
IO<Obj>
on false. Use
raiseError<Obj>(DecodingError).bind()
instead
Open in Slack
Previous
Next