Liking cljdoc? Tell your friends :D

recidiffist.diff


entriesclj

(entries obj)
(entries prefix obj)

Given a nested object, compute the entries in it as (fully-qualified path, value) pairs.

Given a nested object, compute the entries in it
as (fully-qualified path, value) pairs.
sourceraw docstring

fancy-diffclj

(fancy-diff prev curr)
source

with-sentinelclj

(with-sentinel fancy-diff)
(with-sentinel {:keys [changed] :as fancy-diff}
               {:keys [sentinel path-pred]
                :or {sentinel nil path-pred (constantly true)}})

Sometimes, your nested value will always have all keys, but use a sentinel to mean that the real value is unknown.

Sometimes, your nested value will always have all keys, but use a
sentinel to mean that the real value is unknown.
sourceraw docstring

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

× close