Take a seq of source file names and return a comparator
that can be used to construct a sorted map. For reverse
source maps.
Source
(defnsource-compare"Take a seq of source file names and return a comparator\n that can be used to construct a sorted map. For reverse\n source maps."[sources](let[sources(indexed-sourcessources)](fn[ab](compare(sourcesa)(sourcesb)))))