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