module Data.Geo.GPX.Lens.RteptsL where import Data.Geo.GPX.Wpt import Data.Lens.Common class RteptsL a where rteptsL :: Lens a [Wpt]