openweathermap-0.2.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.Sys

Documentation

data Sys Source #

Constructors

Sys 

Fields

Instances
Show Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

Methods

showsPrec :: Int -> Sys -> ShowS #

show :: Sys -> String #

showList :: [Sys] -> ShowS #

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 #

FromJSON Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

type Rep Sys Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Sys

type Rep Sys = D1 (MetaData "Sys" "Web.OpenWeatherMap.Types.Sys" "openweathermap-0.2.0-AFYmGGTzX2vKRYT4o4pFJT" 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))))