openweathermap-0.0.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.Sys

Documentation

data Sys Source #

Constructors

Sys 

Instances

Show Sys Source # 

Methods

showsPrec :: Int -> Sys -> ShowS #

show :: Sys -> String #

showList :: [Sys] -> ShowS #

Generic Sys Source # 

Associated Types

type Rep Sys :: * -> * #

Methods

from :: Sys -> Rep Sys x #

to :: Rep Sys x -> Sys #

FromJSON Sys Source # 
type Rep Sys Source #