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

Safe HaskellNone
LanguageHaskell2010

Data.Derive.Update

Description

A Pseudo derivation. For every label, creates a function foo_u and foo_s which updates and sets the label respectively, e.g. 'foo_u (+1) bar' or 'foo_s 10 baz'

Documentation