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