Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Instances
Show City Source # | |
Generic City Source # | |
FromJSON City Source # | |
type Rep City Source # | |
Defined in Web.OpenWeatherMap.Types.City type Rep City = D1 (MetaData "City" "Web.OpenWeatherMap.Types.City" "openweathermap-0.2.0-AFYmGGTzX2vKRYT4o4pFJT" False) (C1 (MetaCons "City" PrefixI True) ((S1 (MetaSel (Just "name") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 String) :*: (S1 (MetaSel (Just "country") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe String)) :*: S1 (MetaSel (Just "coord") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Coord))) :*: (S1 (MetaSel (Just "timezone") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: (S1 (MetaSel (Just "sunset") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "sunrise") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int))))) |