packages feed

fourmolu-0.20.1.0: data/examples/fixity/optics-mixed-four-out.hs

module OpticsExample where

import Optics

updated =
    record
        & fieldLens % subFieldLens .~ someValue
        & otherLens %~ someTransformationFunctionApplied