Description
Small (TH) library to declare setters for typical `record' data type fields.
Description
Haskell declares a getter for each record
style data type field. This library will help you declare setters (setFieldName
function for fieldName
field).