Liking cljdoc? Tell your friends :D

lice-comb.utils

Miscellaneous functionality.

Miscellaneous functionality.
raw docstring

expression-info->stringclj

(expression-info->string m expr)

Converts m, an expression-info map, into a human-readable String. This is mostly intended for debugging / developer informational purposes, and the behaviour may change without warning.

Converts `m`, an expression-info map, into a human-readable `String`.  This
is mostly intended for debugging / developer informational purposes, and the
behaviour may change without warning.
sourceraw docstring

expression-info-sort-by-keyfnclj

(expression-info-sort-by-keyfn m)

A [[clojure.core/sort-by]] keyfn for expression-info maps. This is mostly intended for debugging / developer informational purposes, and the behaviour may change without warning.

A [[clojure.core/sort-by]] keyfn for expression-info maps.  This is mostly
intended for debugging / developer informational purposes, and the behaviour
may change without warning.
sourceraw docstring

expressions-info->stringclj

(expressions-info->string m)

Converts m, an expressions-info map, into a human-readable String. This is mostly intended for debugging / developer informational purposes, and the behaviour may change without warning.

Converts `m`, an expressions-info map, into a human-readable `String`.  This
is mostly intended for debugging / developer informational purposes, and the
behaviour may change without warning.
sourceraw docstring

strategy->stringclj

A map that turns a matching strategy keyword (as found in an expression-info map) into a human readable equivalent. This is mostly intended for debugging / developer informational purposes, and the behaviour may change without warning.

A map that turns a matching strategy keyword (as found in an expression-info
map) into a human readable equivalent.  This is mostly intended for debugging
/ developer informational purposes, and the behaviour may change without
warning.
sourceraw docstring

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

× close