Liking cljdoc? Tell your friends :D

io.github.frenchy64.fully-satisfies.non-leaky-macros.clojure.core.logic.pldb

Implementations of clojure.core.logic.pldb macros that don't leak implementation details.

Implementations of clojure.core.logic.pldb macros that don't leak implementation details.
raw docstring

non-leaky-with-dbcljmacro

(non-leaky-with-db db & body)

Like clojure.core.logic.pldb/with-db, except body cannot leak try/catch syntax.

Like clojure.core.logic.pldb/with-db, except body cannot leak try/catch syntax.
sourceraw docstring

non-leaky-with-dbscljmacro

(non-leaky-with-dbs dbs & body)

Like clojure.core.logic.pldb/with-dbs, except body cannot leak try/catch syntax.

Like clojure.core.logic.pldb/with-dbs, except body cannot leak try/catch syntax.
sourceraw docstring

with-dbcljmacro

(with-db & args)
source

with-dbscljmacro

(with-dbs & args)
source

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

× close