openweathermap-0.3.0: Access data at OpenWeatherMap
Safe HaskellSafe-Inferred
LanguageHaskell2010

Web.OpenWeatherMap.Types.Weather

Documentation

data Weather Source #

Constructors

Weather 

Fields

Instances

Instances details
FromJSON Weather Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Weather

Generic Weather Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Weather

Associated Types

type Rep Weather :: Type -> Type #

Methods

from :: Weather -> Rep Weather x #

to :: Rep Weather x -> Weather #

Show Weather Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Weather

type Rep Weather Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Weather

type Rep Weather = D1 ('MetaData "Weather" "Web.OpenWeatherMap.Types.Weather" "openweathermap-0.3.0-jR9DoxySYVD2QK7Vlu19B" 'False) (C1 ('MetaCons "Weather" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "main") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "icon") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))