(fact-slim bare)creates the slim thunk
(fact-slim '[(+ a b)])
creates the slim thunk (fact-slim '[(+ a b)])
(fact-wrap-ceremony {:keys [setup teardown guard] :as m})creates the setup/teardown wrapper
(fact-wrap-ceremony '{:setup [(prn 1 2 3)] :teardown (prn "goodbye")})
creates the setup/teardown wrapper
(fact-wrap-ceremony '{:setup [(prn 1 2 3)]
:teardown (prn "goodbye")})(fact-wrap-check {:keys [check guard] :as m})creates a wrapper for before and after arrows
creates a wrapper for before and after arrows
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |