Cite This Page
Bibliographic details for Section of an infix operator
- Page name: Section of an infix operator
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 31 March 2017 17:58 UTC
- Date retrieved: 9 February 2025 15:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678
- Page Version ID: 61678
Citation styles for Section of an infix operator
APA style
Section of an infix operator. (2017, March 31). HaskellWiki. Retrieved 15:46, February 9, 2025 from https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678.
MLA style
"Section of an infix operator." HaskellWiki. 31 Mar 2017, 17:58 UTC. 9 Feb 2025, 15:46 <https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678>.
MHRA style
HaskellWiki contributors, 'Section of an infix operator', HaskellWiki, 31 March 2017, 17:58 UTC, <https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678> [accessed 9 February 2025]
Chicago style
HaskellWiki contributors, "Section of an infix operator," HaskellWiki, https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678 (accessed February 9, 2025).
CBE/CSE style
HaskellWiki contributors. Section of an infix operator [Internet]. HaskellWiki; 2017 Mar 31, 17:58 UTC [cited 2025 Feb 9]. Available from: https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678.
Bluebook style
Section of an infix operator, https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678 (last visited February 9, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Section of an infix operator --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678", note = "[Online; accessed 9-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 = "Section of an infix operator --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Section_of_an_infix_operator&oldid=61678}", note = "[Online; accessed 9-February-2025]" }