packages feed

GPX-0.7.0: src/Data/Geo/GPX/Lens/RteptsL.hs

module Data.Geo.GPX.Lens.RteptsL where

import Data.Geo.GPX.Type.Wpt
import Data.Lens.Common

class RteptsL a where
  rteptsL :: Lens a [Wpt]