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

Web.OpenWeatherMap.Types.Wind

Documentation

data Wind Source #

Constructors

Wind 

Fields

Instances

Instances details
FromJSON Wind Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Wind

Generic Wind Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Wind

Associated Types

type Rep Wind :: Type -> Type #

Methods

from :: Wind -> Rep Wind x #

to :: Rep Wind x -> Wind #

Show Wind Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Wind

Methods

showsPrec :: Int -> Wind -> ShowS #

show :: Wind -> String #

showList :: [Wind] -> ShowS #

type Rep Wind Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Wind

type Rep Wind = D1 ('MetaData "Wind" "Web.OpenWeatherMap.Types.Wind" "openweathermap-0.3.0-jR9DoxySYVD2QK7Vlu19B" 'False) (C1 ('MetaCons "Wind" 'PrefixI 'True) (S1 ('MetaSel ('Just "speed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double) :*: S1 ('MetaSel ('Just "deg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Double)))