Skip to content

Commit d400a60

Browse files
marke000claude
andcommitted
Fix ::long spec generator - wrap in thunk
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c40af21 commit d400a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provisdom/math/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
(and (number? x) (or (clojure.core/int? x) (instance? Long x))))
497497

498498
(s/def ::long
499-
(s/spec long? :gen (gen/large-integer* {})))
499+
(s/spec long? :gen #(gen/large-integer* {})))
500500

501501
(defmacro long-spec
502502
[{m1 :max

0 commit comments

Comments
 (0)