Cite This Page
Bibliographic details for Haskell a la carte
- Page name: Haskell a la carte
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 25 June 2021 23:56 UTC
- Date retrieved: 25 September 2023 23:38 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479
- Page Version ID: 64479
Citation styles for Haskell a la carte
APA style
Haskell a la carte. (2021, June 25). HaskellWiki, . Retrieved 23:38, September 25, 2023 from https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479.
MLA style
"Haskell a la carte." HaskellWiki, . 25 Jun 2021, 23:56 UTC. 25 Sep 2023, 23:38 <https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479>.
MHRA style
HaskellWiki contributors, 'Haskell a la carte', HaskellWiki, , 25 June 2021, 23:56 UTC, <https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479> [accessed 25 September 2023]
Chicago style
HaskellWiki contributors, "Haskell a la carte," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479 (accessed September 25, 2023).
CBE/CSE style
HaskellWiki contributors. Haskell a la carte [Internet]. HaskellWiki, ; 2021 Jun 25, 23:56 UTC [cited 2023 Sep 25]. Available from: https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479.
Bluebook style
Haskell a la carte, https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479 (last visited September 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell a la carte --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479", note = "[Online; accessed 25-September-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 = "Haskell a la carte --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=64479}", note = "[Online; accessed 25-September-2023]" }