Join Slack
Powered by
<https://stackoverflow.com/questions/59072111/func...
# arrow
r
raulraja
11/27/2019, 4:56 PM
https://stackoverflow.com/questions/59072111/functional-programming-short-circuiting
In case anyone has some time to help
b
bloder
11/27/2019, 5:01 PM
Arrow has an implementation of store or something like that with support to side effects?
j
Jannis
11/27/2019, 5:15 PM
Store implies comonads, that cannot have side-effects in pure code afaik. But if you mean
State
then there is
StateT
which when used over
IO
provides state with effects
👍 1
3
Views
Open in Slack
Previous
Next