Liking cljdoc? Tell your friends :D

inspectable.repl


browse-specclj

(browse-spec)
(browse-spec spec)

Just a wrapper for inspectable.ui.spec-browser, refer to its doc.

Just a wrapper for inspectable.ui.spec-browser, refer to its doc.
sourceraw docstring

installclj

(install)

Install repl-caught as yoru clojure.main/repl-caught fn. Every spec exception will be catched so you don't need to explicitly use why.

Install repl-caught as yoru clojure.main/repl-caught fn.
Every spec exception will be catched so you don't need to explicitly use why.
sourceraw docstring

repl-caughtclj

(repl-caught)
(repl-caught ex)
source

spec-ex-data?clj

(spec-ex-data? thing)
source

start-cljsclj

(start-cljs)
source

stop-cljsclj

(stop-cljs)
source

whycljmacro

(why form)

Tries to run the form and detect clojure.spec fails. If form returns ex-data or throws an exception containing it as returned by (clojure.spec/explain-data ...) opens a graphical interface trying to explain what went wrong.

Tries to run the form and detect clojure.spec fails.
If form returns ex-data or throws an exception containing it as returned by (clojure.spec/explain-data ...)
opens a graphical interface trying to explain what went wrong.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close