(compare-judgements dt-now
                    {{j1-start :start_time j1-end :end_time} :valid_time
                     j1-disp :disposition
                     :as _judgement-1_}
                    {{j2-start :start_time j2-end :end_time} :valid_time
                     j2-disp :disposition
                     :as _judgement-2_})Compare judgements, first by validity (valid first), then by disposition number, and then by start-time (newest first). It depends on a stable 'now', so it must be passed in. Returns -1, 0, or 1, as per 'compare.
Compare judgements, first by validity (valid first), then by disposition number, and then by start-time (newest first). It depends on a stable 'now', so it must be passed in. Returns -1, 0, or 1, as per 'compare.
(sort-judgements judgements)Sorts Judgements based on validity, disposition, and finally by start-time
Sorts Judgements based on validity, disposition, and finally by start-time
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |