OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellNone
LanguageHaskell98

Data.Geo.OSM.Lens.HomeL

Description

Values with a home optional string accessor.

Documentation

class HomeL a where Source

Methods

homeL :: Lens a (Maybe Home) Source

Instances