Cite This Page
Bibliographic details for Graham Scan Implementation
- Page name: Graham Scan Implementation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 5 January 2015 14:36 UTC
- Date retrieved: 11 December 2019 02:37 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191
- Page Version ID: 46191
Citation styles for Graham Scan Implementation
APA style
Graham Scan Implementation. (2015, January 5). HaskellWiki, . Retrieved 02:37, December 11, 2019 from https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191.
MLA style
"Graham Scan Implementation." HaskellWiki, . 5 Jan 2015, 14:36 UTC. 11 Dec 2019, 02:37 <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191>.
MHRA style
HaskellWiki contributors, 'Graham Scan Implementation', HaskellWiki, , 5 January 2015, 14:36 UTC, <https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191> [accessed 11 December 2019]
Chicago style
HaskellWiki contributors, "Graham Scan Implementation," HaskellWiki, , https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191 (accessed December 11, 2019).
CBE/CSE style
HaskellWiki contributors. Graham Scan Implementation [Internet]. HaskellWiki, ; 2015 Jan 5, 14:36 UTC [cited 2019 Dec 11]. Available from: https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191.
Bluebook style
Graham Scan Implementation, https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191 (last visited December 11, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191", note = "[Online; accessed 11-December-2019]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Graham Scan Implementation --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=Graham_Scan_Implementation&oldid=46191}", note = "[Online; accessed 11-December-2019]" }