1996 Hellmann's Cup
The 1996 Hellmann's Cup was a men's tennis tournament played on outdoor clay courts in Santiago in Chile that was part of the World Series of the 1996 ATP Tour. It was the fourth edition of the tournament and ran from 4 November through 10 November 1996. Fourth-seeded Hernán Gumy won the singes title.[3]
1996 Hellmann's Cup | |
---|---|
Date | 4–16 November |
Edition | 4th |
Category | World Series |
Draw | 32S / 16D |
Prize money | $203,000 |
Surface | Clay / outdoor |
Location | Santiago, Chile |
Champions | |
Singles | |
![]() | |
Doubles | |
![]() ![]() |
Finals
Singles
- It was Gumy's only title of the year and the 1st of his career.
Doubles
- It was Kuerten's only title of the year and the 1st of his career. It was Meligeni's 2nd title of the year and the 3rd of his career.
gollark: This here is just a definition for the routes/paths/whatever of the API.
gollark: ?
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
References
- "1996 Santiago – Singles draw". Association of Tennis Professionals (ATP).
- "1996 Santiago – Doubles draw". Association of Tennis Professionals (ATP).
- John Barrett, ed. (1997). International Tennis Federation World of Tennis 1997. London: CollinsWillow. p. 153. ISBN 9780002187145.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.