Cite This Page
Bibliographic details for Infix Expressions
- Page name: Infix Expressions
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 8 June 2023 06:47 UTC
- Date retrieved: 20 April 2025 04:30 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989
- Page Version ID: 65989
Citation styles for Infix Expressions
APA style
Infix Expressions. (2023, June 8). HaskellWiki. Retrieved 04:30, April 20, 2025 from https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989.
MLA style
"Infix Expressions." HaskellWiki. 8 Jun 2023, 06:47 UTC. 20 Apr 2025, 04:30 <https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989>.
MHRA style
HaskellWiki contributors, 'Infix Expressions', HaskellWiki, 8 June 2023, 06:47 UTC, <https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989> [accessed 20 April 2025]
Chicago style
HaskellWiki contributors, "Infix Expressions," HaskellWiki, https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989 (accessed April 20, 2025).
CBE/CSE style
HaskellWiki contributors. Infix Expressions [Internet]. HaskellWiki; 2023 Jun 8, 06:47 UTC [cited 2025 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989.
Bluebook style
Infix Expressions, https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Infix Expressions --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989", note = "[Online; accessed 20-April-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 = "2023", url = "\url{https://wiki.haskell.org/index.php?title=Infix_Expressions&oldid=65989}", note = "[Online; accessed 20-April-2025]" }