GPX-0.1: Data/Geo/GPX/Accessor/Wpts.hs
module Data.Geo.GPX.Accessor.Wpts where import Data.Geo.GPX.WptType class Wpts a where wpts :: a -> [WptType]
module Data.Geo.GPX.Accessor.Wpts where import Data.Geo.GPX.WptType class Wpts a where wpts :: a -> [WptType]