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
I have a fork https://github.com/aavogt/record that generates HList records instead of tuples. I just had to replace renderRecordType and renderRecordExp. Would you be open to rearranging things such that Record.hs (or another module) exports
Hi Nikita,
I have a fork https://github.com/aavogt/record that generates
HList
records instead of tuples. I just had to replacerenderRecordType
andrenderRecordExp
. Would you be open to rearranging things such that Record.hs (or another module) exportssuch that you define
record = mkRecordQQ renderRecordExp renderRecordType
Regards,
Adam
The text was updated successfully, but these errors were encountered: