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
gens should be renamed to arbitraries then unsafe untyped line needs to be adjusted to get the Gen by calling .arbitrary on the arbitrary instance. Ideally we can add some tests to ensure this works correctly.
A
java.lang.ClassCastException
is raised when projecting a sampleCoproduct
obtained through a scalacheckArbitrary
. Example:The text was updated successfully, but these errors were encountered: