Cite This Page
Bibliographic details for Example code
- Page name: Example code
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 21 October 2019 09:43 UTC
- Date retrieved: 22 April 2021 16:30 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Example_code&oldid=17275
- Page Version ID: 17275
Citation styles for Example code
APA style
Example code. (2019, October 21). HaskellWiki, . Retrieved 16:30, April 22, 2021 from https://wiki.haskell.org/index.php?title=Example_code&oldid=17275.
MLA style
"Example code." HaskellWiki, . 21 Oct 2019, 09:43 UTC. 22 Apr 2021, 16:30 <https://wiki.haskell.org/index.php?title=Example_code&oldid=17275>.
MHRA style
HaskellWiki contributors, 'Example code', HaskellWiki, , 21 October 2019, 09:43 UTC, <https://wiki.haskell.org/index.php?title=Example_code&oldid=17275> [accessed 22 April 2021]
Chicago style
HaskellWiki contributors, "Example code," HaskellWiki, , https://wiki.haskell.org/index.php?title=Example_code&oldid=17275 (accessed April 22, 2021).
CBE/CSE style
HaskellWiki contributors. Example code [Internet]. HaskellWiki, ; 2019 Oct 21, 09:43 UTC [cited 2021 Apr 22]. Available from: https://wiki.haskell.org/index.php?title=Example_code&oldid=17275.
Bluebook style
Example code, https://wiki.haskell.org/index.php?title=Example_code&oldid=17275 (last visited April 22, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Example code --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Example_code&oldid=17275", note = "[Online; accessed 22-April-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 = "Example code --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Example_code&oldid=17275}", note = "[Online; accessed 22-April-2021]" }