Fork me on GitHub
#re-frame
<
2020-02-07
>
mccraigmccraig12:02:18

has anyone done an effects-map monoid and an event-handler-fn monad ?

mccraigmccraig13:02:06

i've got some old app-db manipulating fns which compose nicely enough, but some of them have side-effects 😞 , which i'd like to turn into effects, and it seems like a monad might be a good way to go

🌯 8