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: 6 February 2021 15:18 UTC
- Date retrieved: 13 April 2021 08:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503
- Page Version ID: 17503
Citation styles for Haskell a la carte
APA style
Haskell a la carte. (2021, February 6). HaskellWiki, . Retrieved 08:32, April 13, 2021 from https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503.
MLA style
"Haskell a la carte." HaskellWiki, . 6 Feb 2021, 15:18 UTC. 13 Apr 2021, 08:32 <https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503>.
MHRA style
HaskellWiki contributors, 'Haskell a la carte', HaskellWiki, , 6 February 2021, 15:18 UTC, <https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503> [accessed 13 April 2021]
Chicago style
HaskellWiki contributors, "Haskell a la carte," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503 (accessed April 13, 2021).
CBE/CSE style
HaskellWiki contributors. Haskell a la carte [Internet]. HaskellWiki, ; 2021 Feb 6, 15:18 UTC [cited 2021 Apr 13]. Available from: https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503.
Bluebook style
Haskell a la carte, https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503 (last visited April 13, 2021).
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=17503", note = "[Online; accessed 13-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 = "Haskell a la carte --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_a_la_carte&oldid=17503}", note = "[Online; accessed 13-April-2021]" }