(execute-previous-input {:keys [identity input output]})
Given a previous record, re-run the inputs and ensure the output remains the same as it did in a prior evocation.
Given a previous record, re-run the inputs and ensure the output remains the same as it did in a prior evocation.
(execute-previous-inputs id)
(inc-or-one n)
(is-callable? identifier)
See if our stringly IDENTIFIER can be called with some coercion.
See if our stringly IDENTIFIER can be called with some coercion.
(is-fn? x)
(read-string-or-not s)
(replay identifier)
Given an IDENTIFIER, replay the known inputs and see if they produce the same outputs.
Given an IDENTIFIER, replay the known inputs and see if they produce the same outputs.
(replay-all)
Attempt to replay all known and existent functions/symbols.
Attempt to replay all known and existent functions/symbols.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close