OSM-0.6.4: Parse OpenStreetMap files

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Geo.OSM.Lens.PendingL

Description

Values with a pending boolean accessor.

Documentation

class PendingL a where Source

Methods

pendingL :: Lens a Bool Source

Instances