Skip to content

Commit 46b183d

Browse files
committed
remove duplicated lazy combinator
1 parent 3d32b5e commit 46b183d

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/clojure/alpha/spec

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 vector-distinct-by fmap elements
95+
(lazy-combinators hash-map list map not-empty set vector vector-distinct vector-distinct-by elements
9696
bind choose fmap one-of such-that tuple sample return
9797
large-integer* double* frequency shuffle scale)
9898

0 commit comments

Comments
 (0)