Liking cljdoc? Tell your friends :D

meander.syntax.specs.epsilon


any-symbol?clj/s

(any-symbol? x)

true if x is a simple-symbol? the name of which begins with "_".

`true` if `x` is a `simple-symbol?` the name of which begins with
"_".
sourceraw docstring

logic-variable-symbol?clj/s

(logic-variable-symbol? x)

true if x is in the form of a logic variable i.e. a simple symbol with a name beginning with ?.

true if `x` is in the form of a logic variable i.e. a simple symbol
with a name beginning with \?.
sourceraw docstring

memory-variable-symbol?clj/s

(memory-variable-symbol? x)

true if x is in the form of a memory variable i.e. a simple symbol with a name beginning with !.

true if x is in the form of a memory variable i.e. a simple symbol
with a name beginning with \!.
sourceraw docstring

reference-symbol?clj/s

(reference-symbol? x)
source

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

× close