Files
range-difference/deps.edn
Steven Proctor 3f03936cfb General cleanup and performance review changes
- move to transducer for walking the tagged range boundary items
- remove use of core.match, after getting logic correct to reduce
  loading of unneeded library
- added docstrings to function
- added type hints and removed reflection warnings
2026-01-15 20:34:01 -06:00

9 lines
537 B
Clojure

{:deps {org.clojure/clojure {:mvn/version "1.11.2"}
org.threeten/threeten-extra {:mvn/version "1.8.0"}}
:paths ["src"]
:aliases {:test {:extra-paths ["test"]
:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner.git"
:git/sha "dfb30dd"
:git/tag "v0.5.1"}}
:exec-fn cognitect.test-runner.api/test}}}