Skip to content

Commit

Permalink
gen stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 22, 2024
1 parent d6c3dad commit 30a1558
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/sci/configs/cljs/spec/alpha.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,15 @@
'registry (sci/copy-var s/registry sns)
'int-in (sci/copy-var int-in sns)
'MAX_INT s/MAX_INT
'int-in-range? (sci/copy-var s/int-in-range? sns)}
'int-in-range? (sci/copy-var s/int-in-range? sns)
'nonconforming (sci/copy-var s/nonconforming sns)}
'cljs.spec.gen.alpha {'fmap (sci/copy-var gen/fmap gns)
'elements (sci/copy-var gen/elements gns)
'large-integer* (sci/copy-var gen/large-integer* gns)
'shuffle (sci/copy-var gen/shuffle gns)}})
'shuffle (sci/copy-var gen/shuffle gns)
'generate (sci/copy-var gen/generate gns)
'map (sci/copy-var gen/map gns)
'simple-type (sci/copy-var gen/simple-type gns)}})

(def config {:namespaces namespaces})

Expand Down

0 comments on commit 30a1558

Please sign in to comment.