Prints a TAP 'not ok' line. msg is a string, with no line breaks
Prints a TAP 'ok' line. msg is a string, with no line breaks
Prints a TAP plan line like '1..n'. n is the number of tests
Default printer for explain-data. nil indicates a successful validation.
Prints the class and message of a Throwable. Prints the ex-data map if present.
A version of loop that iterates at most *print-length* times. This is designed for use in pretty-printer dispatch functions.
Prints a Clojure-oriented stack trace of tr, a Throwable. Prints a maximum of n stack frames (default: unlimited). Does not print chained exceptions (causes).
Like print-stack-trace but prints chained exceptions (causes).
Prints a Clojure-oriented view of one element in a stack trace.