packages feed

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

module OpticsExample where

import Optics

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