Liking cljdoc? Tell your friends :D

midje.util.debugging

Functions for printing indented output for use in debugging.

Functions for printing indented output for use in debugging.
raw docstring

but-last-strclj

(but-last-str s n)
source

indentclj

source

indent-countclj

source

nopretclj

(nopret val)

A no-op. Adding 'no' is easier than deleting a 'pret'.

A no-op. Adding 'no' is easier than deleting a 'pret'.
sourceraw docstring

pclj

(p & tags)

Print, indented, with prn.

Print, indented, with prn.
sourceraw docstring

p+clj

(p+ & tags)

Increase the indent level, then print tags, indented, with prn.

Increase the indent level, then print tags, indented, with prn.
sourceraw docstring

pretclj

(pret val)

Print the given value at current indent level, then decrease the level

Print the given value at current indent level, then decrease the level
sourceraw docstring

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

× close