
30 Nov
2022
30 Nov
'22
3:36 p.m.
Also, you can simplify the "map pure (...)" by using `elements` :)
thanks another question I have plenty of instance build like this instance Arbitrary TypeA where arbitrary = TypeA <$> arbitrary <*> arbitrary ... <*> arbitrary is there a convenient way to avoid typing this it seems purely mechanical thanks Fred