OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Geo.OSM.Lens.UidL

Description

Values with a uid optional string accessor.

Documentation

class UidL a where Source

Methods

uidL :: Lens a (Maybe String) Source