Liking cljdoc? Tell your friends :D

kaocha.report.diff


del+insclj

(del+ins exp act)

Wrapper around clj-diff that returns deletions and insertions as a set and map respectively.

Wrapper around clj-diff that returns deletions and insertions as a set and map
respectively.
sourceraw docstring

diffclj

(diff exp act)
source

Diffcljprotocol

diff-similarclj

(diff-similar x y)
source

diff-atomclj

(diff-atom exp act)
source

diff-mapclj

(diff-map exp act)
source

diff-seqclj

(diff-seq exp act)
source

diff-seq-deletionsclj

(diff-seq-deletions del s)
source

diff-seq-insertionsclj

(diff-seq-insertions ins s)
source

diff-seq-replacementsclj

(diff-seq-replacements replacements s)
source

replacementsclj

(replacements [del ins])

Given a set of deletion indexes and a map of insertion index to value sequence, match up deletions and insertions into replacements, returning a map of replacements, a set of deletions, and a map of insertions.

Given a set of deletion indexes and a map of insertion index to value sequence,
match up deletions and insertions into replacements, returning a map of
replacements, a set of deletions, and a map of insertions.
sourceraw docstring

shift-insertionsclj

(shift-insertions ins)
source

Undiffcljprotocol

left-undiffclj

(left-undiff x)

right-undiffclj

(right-undiff x)
source

val-typeclj

(val-type val)
source

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

× close