Liking cljdoc? Tell your friends :D

lice-comb.utils

Miscellaneous functionality.

Miscellaneous functionality.
raw docstring

expression-info->stringclj

(expression-info->string m expr)

Converts the given expression-info map into a human-readable string, using the information in license-info map m. This is mostly intended for debugging / developer discovery purposes, and the behaviour may change without warning.

Converts the given expression-info map into a human-readable string, using
the information in license-info map m.  This is mostly intended for
debugging / developer discovery purposes, and the behaviour may change without
warning.
sourceraw docstring

expression-info-sort-by-keyfnclj

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

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

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

expressions-info->stringclj

(expressions-info->string m)

Converts the given expressions-info map into a human-readable string. This is mostly intended for debugging / developer discovery purposes, and the behaviour may change without warning.

Converts the given expressions-info map into a human-readable string.  This
is mostly intended for debugging / developer discovery purposes, and the
behaviour may change without warning.
sourceraw docstring

strategy->stringclj

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

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

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

× close