We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e04be4 commit 2bbd0d5Copy full SHA for 2bbd0d5
1 file changed
src/provisdom/math/intervals.clj
@@ -51,6 +51,7 @@
51
`(interval-spec ~lower ~upper :compare-op > ~@opts)))
52
53
(s/def ::strict-interval (strict-interval-spec ::m/number))
54
+(s/def ::strict-finite-interval (strict-interval-spec ::m/finite))
55
(s/def ::interval (interval-spec ::m/number))
56
(s/def ::num-interval (interval-spec ::m/num))
57
(s/def ::pos-interval (interval-spec ::m/pos))
0 commit comments