Cite This Page
Bibliographic details for Code for Bob
- Page name: Code for Bob
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:16 UTC
- Date retrieved: 3 February 2023 07:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809
- Page Version ID: 63809
Citation styles for Code for Bob
APA style
Code for Bob. (2021, February 6). HaskellWiki, . Retrieved 07:36, February 3, 2023 from https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809.
MLA style
"Code for Bob." HaskellWiki, . 6 Feb 2021, 15:16 UTC. 3 Feb 2023, 07:36 <https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809>.
MHRA style
HaskellWiki contributors, 'Code for Bob', HaskellWiki, , 6 February 2021, 15:16 UTC, <https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809> [accessed 3 February 2023]
Chicago style
HaskellWiki contributors, "Code for Bob," HaskellWiki, , https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809 (accessed February 3, 2023).
CBE/CSE style
HaskellWiki contributors. Code for Bob [Internet]. HaskellWiki, ; 2021 Feb 6, 15:16 UTC [cited 2023 Feb 3]. Available from: https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809.
Bluebook style
Code for Bob, https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809 (last visited February 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Code for Bob --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809", note = "[Online; accessed 3-February-2023]" }
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 = "Code for Bob --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Code_for_Bob&oldid=63809}", note = "[Online; accessed 3-February-2023]" }