module WeatherApi.Util where

mapName "data_" = "data"
mapName "type_" = "type"
mapName other  = other