Skip to content

Commit

Permalink
describe
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 22, 2024
1 parent 8bc169c commit f3713df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sci/configs/cljs/spec/alpha.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@
'? (sci/copy-var ? sns)
'maybe-impl (sci/copy-var s/maybe-impl sns)
'alt (sci/copy-var alt sns)
'alt-impl (sci/copy-var s/alt-impl sns)}
'alt-impl (sci/copy-var s/alt-impl sns)
'describe (sci/copy-var s/describe sns)}
'cljs.spec.gen.alpha {'fmap (sci/copy-var gen/fmap gns)}})

(def config {:namespaces namespaces})
Expand Down

0 comments on commit f3713df

Please sign in to comment.