On Sat, 2012-09-08 at 07:39 +0200, Phlex wrote: > I was unable to contact a maintainer of this library on irc
I suggest using http://dev.clojure.org/jira/browse/ALGOM to report algo.monads bugs. > https://gist.github.com/3667614 - (key s))) ;; only works for keyword keys + (key s))) ;; works for arbitrary functions As to the second issue, if you're worried about efficiency, a more general solution might be appropriate: one capable of expressing inlining for m-result and m-bind. Right now, you can always get efficiency by writing out your state monadic values rather than using the abstractions. -- Stephen Compall "^aCollection allSatisfy: [:each | aCondition]": less is better than -- 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 Note that posts from new members are moderated - please be patient with your first post. 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