On Dec 14, 2008, at 23:16, jim wrote: > Also, I came across set-state and fetch-state being implemented in > terms of update-state.
Indeed, those are the implementations I had in my first monad implementation. I replaced them by manually inlining update-state when I wanted to get rid of monad-operation substitution at monad creation time. In the current version, these clearer implementations can be used again. Konrad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---