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