concrete-haskell-autogen-0.0.0.3: src/Data/Concrete/Autogen/Lens/GraphPropertyAssignment.hs
{-# LANGUAGE TemplateHaskell #-}
module Data.Concrete.Autogen.Lens.GraphPropertyAssignment where
import Control.Lens (makeLensesWith, classyRules_, lensField, mappingNamer, (&), (.~))
import Data.Concrete.Autogen.Graph_Types
makeLensesWith (classyRules_ & lensField .~ mappingNamer (\f -> ['_':f])) ''GraphPropertyAssignment