OSM-0.6.3: Parse OpenStreetMap files

Data.Geo.OSM.BoundOption

Description

A bound-option is either a Bound, Bounds or empty.

Documentation

foldBoundOption :: (Bound -> x) -> (Bounds -> x) -> x -> BoundOption -> xSource