| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Web.OpenWeatherMap.Types.Wind
Documentation
Instances
| FromJSON Wind Source # | |
| Generic Wind Source # | |
| Show Wind Source # | |
| type Rep Wind Source # | |
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))) | |