derive-2.0.0: A program and library to derive instances for data typesSource codeContentsIndex
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
makeSet :: DerivationSource
Produced by Haddock version 2.4.2