(assert s data & [message])
assert that data
satisfies spec s
assert that `data` satisfies spec `s`
(derive-all derivations)
(ex-messages e)
(find-var-child k)
(maybe-slurp file)
(read-config source)
(read-config source & sources)
(relative-path parent child)
Path of child
relative to parent
as string. Returns nil
if child
is not a child of parent
Path of `child` relative to `parent` as string. Returns `nil` if `child` is not a child of `parent`
(spit-with-parents file content)
(unwrap obj)
Unwrap a value, if it is wrapped. Reverses the wrap
function.
Unwrap a value, if it is wrapped. Reverses the [[wrap]] function.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close