ormolu-0.8.2.0: data/examples/fixity/optics-mixed-out.hs
module OpticsExample where
import Optics
updated =
record
& fieldLens % subFieldLens .~ someValue
& otherLens %~ someTransformationFunctionApplied
module OpticsExample where
import Optics
updated =
record
& fieldLens % subFieldLens .~ someValue
& otherLens %~ someTransformationFunctionApplied