nedap / speced.def

spec-backed forms of defn/defprotocol/..., aided by metadata
Eclipse Public License 2.0
67 stars 3 forks source link

Implement `speced/doc` #69

Closed vemv closed 5 years ago

vemv commented 5 years ago

Brief

Fixes https://github.com/nedap/utils.spec/issues/53

speced/doc is a drop-in replacement for clojure.repl/doc. It macroexpands to it, and in addition to that, it possibly printlns the "docstring" of a given spec defined with def-with-doc.

I would recommend to refer doc in your user.clj / dev.clj.

QA plan

image

image

image

Author checklist

Reviewer checklist

vemv commented 5 years ago

Updated REBL screenshot, now it's much more passable :)