Also, can a Custom Arb be made to generate say `Foo` has a `baz: Int` property, have that be a doub...
d
Also, can a Custom Arb be made to generate say
Foo
has a
baz: Int
property, have that be a double sometimes in a list of Foos?
s
Can you clarify the question
d
say Foo 1 has baz = 1 Foo 2 has baz =1 Foo3 has baz = 2, I need to make sure that not all baz values are different