derive-2.6.5: A program and library to derive instances for data types

Safe HaskellNone
LanguageHaskell2010

Data.Derive.Set

Description

A pseudo derivation. For each field in the data type, deriving Set generates setFieldName v x = x{fieldName = v}. This derivation is intended to work around the fact that in Haskell assigning to a field is not a first class object (although extracting from a field is).

Documentation