OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellNone
LanguageHaskell98

Data.Geo.OSM.Lens.NdL

Description

Values with a nd accessor that is a list of Nd.

Documentation

class NdL a where Source

Methods

ndL :: Lens a [Nd] Source

Instances