Cite This Page
Bibliographic details for Means of expression
- Page name: Means of expression
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 April 2021 22:40 UTC
- Date retrieved: 31 January 2023 21:28 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309
- Page Version ID: 64309
Citation styles for Means of expression
APA style
Means of expression. (2021, April 23). HaskellWiki, . Retrieved 21:28, January 31, 2023 from https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309.
MLA style
"Means of expression." HaskellWiki, . 23 Apr 2021, 22:40 UTC. 31 Jan 2023, 21:28 <https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309>.
MHRA style
HaskellWiki contributors, 'Means of expression', HaskellWiki, , 23 April 2021, 22:40 UTC, <https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309> [accessed 31 January 2023]
Chicago style
HaskellWiki contributors, "Means of expression," HaskellWiki, , https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309 (accessed January 31, 2023).
CBE/CSE style
HaskellWiki contributors. Means of expression [Internet]. HaskellWiki, ; 2021 Apr 23, 22:40 UTC [cited 2023 Jan 31]. Available from: https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309.
Bluebook style
Means of expression, https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309 (last visited January 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Means of expression --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309", note = "[Online; accessed 31-January-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 = "Means of expression --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Means_of_expression&oldid=64309}", note = "[Online; accessed 31-January-2023]" }