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
GenList's (:&) is missing fixity decl, which is forcing us to put parens
It is forcing to provide Gen for primitives (like Int, Text, Word. BTW String is not considered as Primitive) which affects the usability.
Will push a patch fixing above usability soon. Thanks for reporting
I'm trying to get this to work with the following types:
I've tried all possible combinations of
mkGenWith
,byType
andbyField
, but cannot get anything to compile. An example would be much appreciated.The text was updated successfully, but these errors were encountered: