openweathermap-0.0.0: Access data at OpenWeatherMap

Safe HaskellNone
LanguageHaskell2010

Web.OpenWeatherMap.Types.Coord

Documentation

data Coord Source #

Constructors

Coord 

Fields

Instances

Show Coord Source # 

Methods

showsPrec :: Int -> Coord -> ShowS #

show :: Coord -> String #

showList :: [Coord] -> ShowS #

Generic Coord Source # 

Associated Types

type Rep Coord :: * -> * #

Methods

from :: Coord -> Rep Coord x #

to :: Rep Coord x -> Coord #

FromJSON Coord Source # 
type Rep Coord Source # 
type Rep Coord = D1 (MetaData "Coord" "Web.OpenWeatherMap.Types.Coord" "openweathermap-0.0.0-7bm3FGeM6LX11f9Btw7C36" False) (C1 (MetaCons "Coord" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "lon") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "lat") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))))