lice-comb.utils

Miscellaneous functionality.

expression-info->string

(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.

expression-info-sort-by-keyfn

(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.

expressions-info->string

(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.

strategy->string

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.