Join Slack
Powered by
essentially if you interface with code that produc...
# functional
r
raulraja
01/04/2019, 11:46 PM
essentially if you interface with code that produces effects and you want to remain pure you need to use the
Effect
hierarchy if working with type classes but if you work with concrete data types then IO instead of Either or Try
2
Views
Open in Slack
Previous
Next