Liking cljdoc? Tell your friends :D

grape.impl.models

Internal models.

Internal models.
raw docstring

*wildcard-expression*clj

Wildcard symbol used to represent any single expression in a pattern. This must be a valid Clojure symbol. It is also used as a prefix for typed wildcards. For example, if this is set to $ (the default), $string represents any single string expression; $list any single list expression; etc.

Wildcard symbol used to represent any single expression in a pattern.
This must be a valid Clojure symbol.
It is also used as a prefix for typed wildcards. For example, if this is set to
$ (the default), $string represents any single string expression; $list any
single list expression; etc.
sourceraw docstring

*wildcard-expressions*clj

Wildcard symbol used to represent any number of expressions in a pattern, including zero. This must be a valid Clojure symbol.

Wildcard symbol used to represent any number of expressions
in a pattern, including zero. This must be a valid Clojure symbol.
sourceraw docstring

->typed-wildcardclj

(->typed-wildcard typ)
source

compact-whitespacesclj

(compact-whitespaces tree)

Transform a tree by 'compacting' its whitespaces: all newlines and sequences of whitespaces are replaced by a single whitespace. Comments are removed as well.

Transform a tree by 'compacting' its whitespaces: all newlines and sequences of whitespaces are replaced
by a single whitespace. Comments are removed as well.
sourceraw docstring

node-childclj

source

node-childrenclj

(node-children node)

Return non-whitespace node children.

Return non-whitespace node children.
sourceraw docstring

node-typeclj

source

pattern?clj

source

tree-leave?clj

source

tree-node?clj

(tree-node? x)
source

typed-wildcard-expression?clj

(typed-wildcard-expression? node)

Test if a node is an typed expression wildcard symbol.

Test if a node is an typed expression wildcard symbol.
sourceraw docstring

wildcard-expression?clj

(wildcard-expression? node)

Test if a node is an expression wildcard symbol.

Test if a node is an expression wildcard symbol.
sourceraw docstring

wildcard-expressions?clj

(wildcard-expressions? node)

Test if a node is an expressions wildcard symbol.

Test if a node is an expressions wildcard symbol.
sourceraw docstring

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

× close