Liking cljdoc? Tell your friends :D

mathdoc2.utils


assertclj

(assert s data & [message])

assert that data satisfies spec s

assert that `data` satisfies spec `s`
raw docstring

assert-conformclj

(assert-conform s data)

derive-allclj

(derive-all derivations)

ex-messagesclj

(ex-messages e)

find-var-childclj

(find-var-child k)

maybe-slurpclj

(maybe-slurp file)

read-configclj

(read-config source)
(read-config source & sources)

readersclj


relative-pathclj

(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`
raw docstring

spit-with-parentsclj

(spit-with-parents file content)

unwrapclj

(unwrap obj)

Unwrap a value, if it is wrapped. Reverses the wrap function.

Unwrap a value, if it is wrapped. Reverses the [[wrap]] function.
raw docstring

wrapclj

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

× close