Open
Description
It would be great if one could prefix the generated record field names. I wrote some template haskell to call makeLenses
(from the lens
package) for all record types, but a typical naming scheme is data MyRecord = MyRecord { _myRecordFieldName :: T }
, which would generate a lens myRecordFieldName :: Lens' MyRecord T
. This naming scheme is not possible with the generated code here.
Metadata
Metadata
Assignees
Labels
No labels