Liking cljdoc? Tell your friends :D

midje.parsing.util.core

Utility functions dealing with checking or tranforming forms or zippers.

Utility functions dealing with checking or tranforming forms or zippers.
raw docstring

arglist-undoing-nestingclj

(arglist-undoing-nesting args)
source

dequoteclj

source

first-named?clj

(first-named? form desired)

Is the form's first element a symbol whose name is the desired string?

Is the form's first element a symbol whose name is the desired string?
sourceraw docstring

preserve-typeclj

(preserve-type original-form transformed-form)

If the original form was a vector, make the transformed form a vector too.

If the original form was a vector, make the transformed form a vector too.
sourceraw docstring

quoted-list-form?clj

(quoted-list-form? form)

True if the form is a quoted list such as the reader might return

True if the form is a quoted list such as the reader might return
sourceraw docstring

quoted?cljmultimethod

source

reader-line-numberclj

(reader-line-number form)

Find what line number the reader put on the given form or on one of its elements. If no line numbers, a warning string.

Find what line number the reader put on the given form or on
one of its elements. If no line numbers, a warning string.
sourceraw docstring

reader-list-form?clj

(reader-list-form? form)

True if the form is a parenthesized list of the sort the reader can return.

True if the form is a parenthesized list of the sort the reader can return.
sourceraw docstring

symbol-named?clj

(symbol-named? x string)

Is the thing a symbol with the name given by the string?

Is the thing a symbol with the name given by the string?
sourceraw docstring

tree-variantclj

(tree-variant treelike)
source

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

× close