module Data.Geo.GPX.Lens.TrkptsL where import Data.Geo.GPX.Type.Wpt import Data.Lens.Common class TrkptsL a where trkptsL :: Lens a [Wpt]