Liking cljdoc? Tell your friends :D

cider.inlined-deps.compliment.v0v3v7-20180916v111245-2.compliment.sources.special-forms

Completion for Clojure's special forms.

Completion for Clojure's special forms.
raw docstring

candidatesclj

(candidates prefix _ context)

Returns list of completions for special forms.

Returns list of completions for special forms.
sourceraw docstring

docclj

(doc symbol-str _)

Documentation function for special forms.

Documentation function for special forms.
sourceraw docstring

first-item-in-list?clj

(first-item-in-list? ctx)

If context is not nil, check if prefix is the first item in a list form.

If context is not nil, check if prefix is the first item in a list form.
sourceraw docstring

literal-candidatesclj

(literal-candidates prefix _ __)

We define true, false, and nil in a separate source because they are not context-dependent (don't have to be first items in the list).

We define `true`, `false`, and `nil` in a separate source because they are
not context-dependent (don't have to be first items in the list).
sourceraw docstring

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

× close