Welcome! Please see the About page for a little more info on how this works.

0 votes
in tools.macro by

In algo.monads:

(with-monad blah some-code...)

causes all of some-code to report as being on the line of the with-monad form. Could, perhaps, expand-all copy over metadata from the original form, at least in the common case that the form-at-point was not itself expanded?

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/TMACRO-1 (reported by alex+import)
...