A domonad expression always boils down to a series of m-bind and m-
result calls. That's its definition. You can check out my explanation
of that here:

http://www.clojure.net/2012/02/08/Doing-things/

As such, the stack traces become less helpful. I mostly rely on
thinking about my monad expressions and well placed printlns for
debugging. That and good unit tests.

Jim

On Feb 14, 1:00 pm, Andrew <ache...@gmail.com> wrote:
> I guess the use of domonads leaves behind do statements with m_bind's and
> m_result's... and since these expressions are not fn's, they don't count as
> method calls and are thus not part of the stack trace. But if I'm mistaken
> or if anyone has figured out how to use monads and still get detailed stack
> traces, please do let me know.

-- 
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

Reply via email to