uber-0.1.1.0: Uber client for Haskell

Safe HaskellNone
LanguageHaskell2010

Uber.Types.History

Documentation

data History Source #

data City Source #

Constructors

City 

Instances

Show City Source # 

Methods

showsPrec :: Int -> City -> ShowS #

show :: City -> String #

showList :: [City] -> ShowS #

Generic City Source # 

Associated Types

type Rep City :: * -> * #

Methods

from :: City -> Rep City x #

to :: Rep City x -> City #

FromJSON City Source # 

Methods

parseJSON :: Value -> Parser City #

type Rep City Source #