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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close