Cite This Page
Bibliographic details for Real World Haskell
- Page name: Real World Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 14 August 2021 04:17 UTC
- Date retrieved: 21 March 2025 23:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713
- Page Version ID: 64713
Citation styles for Real World Haskell
APA style
Real World Haskell. (2021, August 14). HaskellWiki. Retrieved 23:21, March 21, 2025 from https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713.
MLA style
"Real World Haskell." HaskellWiki. 14 Aug 2021, 04:17 UTC. 21 Mar 2025, 23:21 <https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713>.
MHRA style
HaskellWiki contributors, 'Real World Haskell', HaskellWiki, 14 August 2021, 04:17 UTC, <https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713> [accessed 21 March 2025]
Chicago style
HaskellWiki contributors, "Real World Haskell," HaskellWiki, https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713 (accessed March 21, 2025).
CBE/CSE style
HaskellWiki contributors. Real World Haskell [Internet]. HaskellWiki; 2021 Aug 14, 04:17 UTC [cited 2025 Mar 21]. Available from: https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713.
Bluebook style
Real World Haskell, https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713 (last visited March 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Real World Haskell --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713", note = "[Online; accessed 21-March-2025]" }
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 = "Real World Haskell --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Real_World_Haskell&oldid=64713}", note = "[Online; accessed 21-March-2025]" }