Cite This Page
Bibliographic details for Haskell Quiz/Posix Pangrams/Solution Burton
- Page name: Haskell Quiz/Posix Pangrams/Solution Burton
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 14 December 2009 11:22 UTC
- Date retrieved: 19 January 2021 09:50 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227
- Page Version ID: 10227
Citation styles for Haskell Quiz/Posix Pangrams/Solution Burton
APA style
Haskell Quiz/Posix Pangrams/Solution Burton. (2009, December 14). HaskellWiki, . Retrieved 09:50, January 19, 2021 from https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227.
MLA style
"Haskell Quiz/Posix Pangrams/Solution Burton." HaskellWiki, . 14 Dec 2009, 11:22 UTC. 19 Jan 2021, 09:50 <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227>.
MHRA style
HaskellWiki contributors, 'Haskell Quiz/Posix Pangrams/Solution Burton', HaskellWiki, , 14 December 2009, 11:22 UTC, <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227> [accessed 19 January 2021]
Chicago style
HaskellWiki contributors, "Haskell Quiz/Posix Pangrams/Solution Burton," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227 (accessed January 19, 2021).
CBE/CSE style
HaskellWiki contributors. Haskell Quiz/Posix Pangrams/Solution Burton [Internet]. HaskellWiki, ; 2009 Dec 14, 11:22 UTC [cited 2021 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227.
Bluebook style
Haskell Quiz/Posix Pangrams/Solution Burton, https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227 (last visited January 19, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell Quiz/Posix Pangrams/Solution Burton --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227", note = "[Online; accessed 19-January-2021]" }
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 = "Haskell Quiz/Posix Pangrams/Solution Burton --- HaskellWiki{,} ", year = "2009", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_Quiz/Posix_Pangrams/Solution_Burton&oldid=10227}", note = "[Online; accessed 19-January-2021]" }