openweathermap-0.0.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.Wind

Documentation

data Wind Source #

Constructors

Wind 

Fields

Instances

Show Wind Source # 

Methods

showsPrec :: Int -> Wind -> ShowS #

show :: Wind -> String #

showList :: [Wind] -> ShowS #

Generic Wind Source # 

Associated Types

type Rep Wind :: * -> * #

Methods

from :: Wind -> Rep Wind x #

to :: Rep Wind x -> Wind #

FromJSON Wind Source # 
type Rep Wind Source # 
type Rep Wind = D1 (MetaData "Wind" "Web.OpenWeatherMap.Types.Wind" "openweathermap-0.0.0-7bm3FGeM6LX11f9Btw7C36" False) (C1 (MetaCons "Wind" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "speed") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "deg") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))))