Cite This Page
Bibliographic details for RCRPG/Haskell
- Page name: RCRPG/Haskell
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 30 August 2022 12:02 UTC
- Date retrieved: 24 March 2023 15:23 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073
- Page Version ID: 329073
Citation styles for RCRPG/Haskell
APA style
RCRPG/Haskell. (2022, August 30). Rosetta Code, . Retrieved 15:23, March 24, 2023 from https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073.
MLA style
"RCRPG/Haskell." Rosetta Code, . 30 Aug 2022, 12:02 UTC. 24 Mar 2023, 15:23 <https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073>.
MHRA style
Rosetta Code contributors, 'RCRPG/Haskell', Rosetta Code, , 30 August 2022, 12:02 UTC, <https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073> [accessed 24 March 2023]
Chicago style
Rosetta Code contributors, "RCRPG/Haskell," Rosetta Code, , https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073 (accessed March 24, 2023).
CBE/CSE style
Rosetta Code contributors. RCRPG/Haskell [Internet]. Rosetta Code, ; 2022 Aug 30, 12:02 UTC [cited 2023 Mar 24]. Available from: https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073.
Bluebook style
RCRPG/Haskell, https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073 (last visited March 24, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "RCRPG/Haskell --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073", note = "[Online; accessed 24-March-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 = "Rosetta Code", title = "RCRPG/Haskell --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=RCRPG/Haskell&oldid=329073}", note = "[Online; accessed 24-March-2023]" }