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