Liking cljdoc? Tell your friends :D
Clojure only.

pretty.core

Standard protocol to make it easier to nicely print a custom type in the REPL or elsewhere.

Standard protocol to make it easier to nicely print a custom type in the REPL or elsewhere.
raw docstring

PrettyPrintablecljprotocol

Implmement this protocol to return custom representations of objects when printing them. This only seems to work if it's done as part of the type declaration (defrecord); it doesn't seem to be respected if you use extend-protocol for an existing type. Not sure why this is :(

Implmement this protocol to return custom representations of objects when printing them. This only seems to work if
it's done as part of the type declaration (`defrecord`); it doesn't seem to be respected if you use
`extend-protocol` for an existing type. Not sure why this is :(

prettyclj

(pretty _)

Return an appropriate representation of this object to be used when printing it, such as in the REPL or in log messages.

Return an appropriate representation of this object to be used when printing it, such as in the REPL or in log
messages.
sourceraw docstring

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

× close