Liking cljdoc? Tell your friends :D

fif.stack-machine.mode

Includes functions for creating mode functions within the stack machine.

Includes functions for creating mode functions within the stack
machine.
raw docstring

default-mode-stashclj/s

source

enter-modeclj/s

(enter-mode sm flag)
(enter-mode sm flag state)
source

exit-modeclj/s

(exit-mode sm)
source

get-mode-stashclj/s

(get-mode-stash sm)
source

mode-dispatch-fnclj/s

(mode-dispatch-fn sm)

Function used with defmulti for stack mode dispatch based on state stored in the stash. This is used in tandom with enter-mode and exit-mode.

Function used with defmulti for stack mode dispatch based on state
stored in the stash. This is used in tandom with `enter-mode` and
`exit-mode`.
sourceraw docstring

new-mode-stashclj/s

(new-mode-stash sm flag state)
source

set-stateclj/s

(set-state sm state)
source

update-stashclj/s

source

update-stateclj/s

(update-state sm f & args)
source

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

× close