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

Web.OpenWeatherMap.Types.Sys

Documentation

data Sys Source #

Constructors

Sys 

Fields

Instances

Instances details
FromJSON Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

Generic Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

Associated Types

type Rep Sys :: Type -> Type #

Methods

from :: Sys -> Rep Sys x #

to :: Rep Sys x -> Sys #

Show Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

Methods

showsPrec :: Int -> Sys -> ShowS #

show :: Sys -> String #

showList :: [Sys] -> ShowS #

type Rep Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

type Rep Sys = D1 ('MetaData "Sys" "Web.OpenWeatherMap.Types.Sys" "openweathermap-0.3.0-jR9DoxySYVD2QK7Vlu19B" 'False) (C1 ('MetaCons "Sys" 'PrefixI 'True) (S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe String)) :*: (S1 ('MetaSel ('Just "sunrise") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "sunset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))