Skip to content

Commit

Permalink
CLJS-1749: Missing cljs.spec.impl.gen/double*
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored and dnolen committed Aug 15, 2016
1 parent 862950d commit cd144c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/spec/impl/gen.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

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

(lazy-prims any any-printable boolean char char-alpha char-alphanumeric char-ascii double
int keyword keyword-ns large-integer ratio simple-type simple-type-printable
Expand Down

0 comments on commit cd144c2

Please sign in to comment.