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