Hello,
is it possible to somehow get at the :column, :line and :file
information of where a Spec was defined?
I believe this information could be collected from (meta &form)
in
the s/def
macro but isn't stored anywhere right now.
I would be great to have this information available to support REPL
based tooling for features like "jump to definition".