OSM-0.6.4: Parse OpenStreetMap files
Data.Geo.OSM.Lens.TagsL
Description
Values with a tags accessor that is a list of tags.
tags
class TagsL a where Source
Methods
tagsL :: Lens a [Tag] Source
Instances