Liking cljdoc? Tell your friends :D

reducibles.core


binding-reducibleclj

(binding-reducible binding-map reducible)

buffered-readerclj

(buffered-reader streamable)
(buffered-reader streamable encoding)

clojure-reducibleclj

(clojure-reducible readable)
(clojure-reducible readable
                   {:as opts
                    :keys [encoding read-cond features read-eval data-readers]})

csv-reducibleclj

(csv-reducible readable)
(csv-reducible readable
               {:as opts :keys [encoding quote separator header include-bom?]})

decoding-reducibleclj

(decoding-reducible open decode)

edn-reducibleclj

(edn-reducible readable)
(edn-reducible readable {:as opts :keys [encoding readers default]})

pushback-readerclj

(pushback-reader streamable)
(pushback-reader streamable encoding)

transit-reducibleclj

(transit-reducible type streamable)
(transit-reducible type streamable {:as opts :keys [handlers default-handler]})

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

× close