Liking cljdoc? Tell your friends :D

kibit.monkeypatch

Various helpers providing a with-monkeypatches form which wraps

Various helpers providing a with-monkeypatches form which wraps
raw docstring

kibit-redefsclj

source

with-monkeypatchescljmacro

(with-monkeypatches redefs & forms)

Builds a try/finally which captures Var bindings (and ^:macro tags) comming in, creates new Var bindings within the try and in the finally restores the original bindings. This allows users to establish stack-local patched contexts.

Builds a try/finally which captures Var bindings (and ^:macro tags) comming in, creates new Var
bindings within the try and in the finally restores the original bindings. This allows users to
establish stack-local patched contexts.
sourceraw docstring

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

× close