You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is a reasonable setup IMO. Personally I'm just missing some of the handy combinators for composition. E.g. it would be nice to express that example using .product or .tupled instead of needing the multi-line for ... yield.
There's options like cats-scalacheck but it would be very convenient to be able to do this out-of-the-box.
The text was updated successfully, but these errors were encountered:
This issue was copied over from: disneystreaming/weaver-test#589
It was opened by: armanbilge
Specifically, to help with this:
https://github.com/disneystreaming/weaver-test/blob/850a8a6aeb4875d916663092e362eb0bfc24bc99/docs/scalacheck.md?plain=1#L46-L53
Which is a reasonable setup IMO. Personally I'm just missing some of the handy combinators for composition. E.g. it would be nice to express that example using
.product
or.tupled
instead of needing the multi-linefor ... yield
.There's options like cats-scalacheck but it would be very convenient to be able to do this out-of-the-box.
The text was updated successfully, but these errors were encountered: