openweathermap-0.1.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.Coord

Documentation

data Coord Source #

Constructors

Coord 

Fields

Instances
Show Coord Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Coord

Methods

showsPrec :: Int -> Coord -> ShowS #

show :: Coord -> String #

showList :: [Coord] -> ShowS #

Generic Coord Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Coord

Associated Types

type Rep Coord :: Type -> Type #

Methods

from :: Coord -> Rep Coord x #

to :: Rep Coord x -> Coord #

FromJSON Coord Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Coord

type Rep Coord Source # 
Instance details

Defined in Web.OpenWeatherMap.Types.Coord

type Rep Coord = D1 (MetaData "Coord" "Web.OpenWeatherMap.Types.Coord" "openweathermap-0.1.0-K0fJ2g59yGn6Tje0q1kppl" False) (C1 (MetaCons "Coord" PrefixI True) (S1 (MetaSel (Just "lon") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "lat") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))