Liking cljdoc? Tell your friends :D

itl.markdown


assertionclj

(assertion n
           c
           {:keys [parser current-state current-node pass fail]
            {s "1" expected "2"} :args})

bindclj

(bind {:keys [parser current-state current-node] {s "1" v "2"} :args})

exception-occurredclj

(exception-occurred parser current-node op-name t exception)

execclj

(exec {:keys [parser current-state current-node procs exception]
       {op-name "1" :as args} :args})

executeclj

(execute reader writer current-state ops procs pass fail exception)

executedclj

(executed parser current-node op-name)

gentableclj

(gentable _)

make-argsclj

(make-args args)

missing-opclj

(missing-op parser current-node op-type op-name exception)

opclj

(op {:keys [parser current-state current-node ops exception]
     {op-name "1"} :args})

replace-nodeclj

(replace-node parser current-node content)

run-opclj

(run-op invoker
        o-or-p
        op-name
        nice-name
        op-type
        parser
        current-state
        current-node
        exception)

statusclj

(status given-status content)

Mark some content as having a particular status

Mark some content as having a particular status
raw docstring

status-handlersclj


status-namesclj


tableclj

(table {:keys [parser current-state current-node previous-node ops exception]
        {op-name "1" :as args} :args})

with-csscljmacro

(with-css css & body)

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

× close