(combine-formatters & formatters)
Combines formatters (i.e. maps or functions from realm to formatter) into one. Earlier formatters for a realm take precedence over later ones.
Combines formatters (i.e. maps or functions from realm to formatter) into one. Earlier formatters for a realm take precedence over later ones.
(format id)
(format id formatters)
Defines a new format, given a map (or function) from realms to formatters and an arbitrary id value (a namespaced keyword for example).
Defines a new format, given a map (or function) from realms to formatters and an arbitrary id value (a namespaced keyword for example).
(format-id format)
Returns the id given to format
.
Returns the id given to [[format]].
(unsupported-exn culprit)
(unsupported-exn culprit realms-path)
(unsupported-exn format culprit realms-path)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close