Cite This Page
Bibliographic details for Infix operator
- Page name: Infix operator
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 25 June 2021 23:45 UTC
- Date retrieved: 12 February 2025 00:55 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478
- Page Version ID: 64478
Citation styles for Infix operator
APA style
Infix operator. (2021, June 25). HaskellWiki. Retrieved 00:55, February 12, 2025 from https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478.
MLA style
"Infix operator." HaskellWiki. 25 Jun 2021, 23:45 UTC. 12 Feb 2025, 00:55 <https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478>.
MHRA style
HaskellWiki contributors, 'Infix operator', HaskellWiki, 25 June 2021, 23:45 UTC, <https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Infix operator," HaskellWiki, https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Infix operator [Internet]. HaskellWiki; 2021 Jun 25, 23:45 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478.
Bluebook style
Infix operator, https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Infix operator --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478", note = "[Online; accessed 12-February-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 operator --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Infix_operator&oldid=64478}", note = "[Online; accessed 12-February-2025]" }