Liking cljdoc? Tell your friends :D

clj-commons.pretty.annotations

Tools to annotate a line of source code, in the form of callouts (lines and arrows) connected to a message.

SELECT DATE, AMT FROM PAYMENTS WHEN AMT > 10000
             ▲▲▲               ▲▲▲▲
             │                 │
             │                 └╴ Unknown token
             │
             └╴ Invalid column name

This kind of output is common with various kinds of parsers or interpreters.

Specs for types and functions are in the [[spec]] namespace.

Tools to annotate a line of source code, in the form of callouts (lines and arrows) connected to a message.

    SELECT DATE, AMT FROM PAYMENTS WHEN AMT > 10000
                 ▲▲▲               ▲▲▲▲
                 │                 │
                 │                 └╴ Unknown token
                 │
                 └╴ Invalid column name

This kind of output is common with various kinds of parsers or interpreters.

Specs for types and functions are in the [[spec]] namespace.
raw docstring

clj-commons.pretty.repl

Utilities to assist with REPL-oriented development.

Utilities to assist with REPL-oriented development.
raw docstring

clj-commons.pretty.spec

No vars found in this namespace.

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

× close