Skip to content

Commit

Permalink
Add info that :gen/fmap example requires sci
Browse files Browse the repository at this point in the history
  • Loading branch information
vharmain authored Jul 30, 2022
1 parent cc433b5 commit e1cab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ Schemas can be used to generate values:
{:seed 10})
; => "kikka"

;; portable :gen/fmap
;; portable :gen/fmap (requires `org.babashka/sci` dependency to work)
(mg/generate
[:and {:gen/fmap '(partial str "kikka_")} string?]
{:seed 10, :size 10})
Expand Down

0 comments on commit e1cab82

Please sign in to comment.