File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 152152 (first (sort (cons o os))))
153153
154154(defn before?
155- " Returns non-nil if time entities are ordered from the earliest to the latest
156- (same semantics as `<`):
155+ " Returns a truthy value if time entities are ordered from the earliest to the
156+ latest (same semantics as `<`):
157157
158158 (before? (local-date 2009) (local-date 2010) (local-date 2011))
159159 => truthy...
171171 false )))
172172
173173(defn after?
174- " Returns non-nil if time entities are ordered from the latest to the earliest
175- (same semantics as `>`):
174+ " Returns a truthy value if time entities are ordered from the latest to the
175+ earliest (same semantics as `>`):
176176
177177 (after? (local-date 2011) (local-date 2010) (local-date 2009))
178178 => truthy...
You can’t perform that action at this time.
0 commit comments