Skip to content

Commit 70f2698

Browse files
committed
remove duplicated lazy combinator
1 parent 53c17eb commit 70f2698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/spec/gen/alpha.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
(fn [s] (c/list 'lazy-combinator s))
9393
syms)))
9494

95-
(lazy-combinators hash-map list map not-empty set vector vector-distinct fmap elements
95+
(lazy-combinators hash-map list map not-empty set vector vector-distinct elements
9696
bind choose fmap one-of such-that tuple sample return
9797
large-integer* double* frequency shuffle)
9898

0 commit comments

Comments
 (0)