Fork me on GitHub
#funcool
<
2016-09-06
>
mccraigmccraig16:09:38

so i think i found a use-case for the state monad and the state-transformer... i've been unhappy with the lib i'm using for creating/destroying systems of objects for various reasons, so i created something using a Deferred<State> monad-transformer

mccraigmccraig16:09:53

(look down the bottom for examples)

mccraigmccraig16:09:58

what dyu think?