OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellSafe-Inferred

Data.Geo.OSM.Lens.UidL

Description

Values with a uid optional string accessor.

Documentation

class UidL a whereSource

Methods

uidL :: Lens a (Maybe String)Source