Join Slack
Powered by
Most people that start with FP they use `Either` a...
# functional
r
raulraja
11/04/2018, 7:12 PM
Most people that start with FP they use
Either
and
Try
as main return types but that is usually wrong since neither of those can suspend side effects so all compositions you create are impure when mixing error handling.
👍🏼 1
7
Views
Open in Slack
Previous
Next