Cite This Page
Bibliographic details for Unary operator
- Page name: Unary operator
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 February 2024 20:54 UTC
- Date retrieved: 13 September 2024 08:23 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523
- Page Version ID: 66523
Citation styles for Unary operator
APA style
Unary operator. (2024, February 24). HaskellWiki, . Retrieved 08:23, September 13, 2024 from https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523.
MLA style
"Unary operator." HaskellWiki, . 24 Feb 2024, 20:54 UTC. 13 Sep 2024, 08:23 <https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523>.
MHRA style
HaskellWiki contributors, 'Unary operator', HaskellWiki, , 24 February 2024, 20:54 UTC, <https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523> [accessed 13 September 2024]
Chicago style
HaskellWiki contributors, "Unary operator," HaskellWiki, , https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523 (accessed September 13, 2024).
CBE/CSE style
HaskellWiki contributors. Unary operator [Internet]. HaskellWiki, ; 2024 Feb 24, 20:54 UTC [cited 2024 Sep 13]. Available from: https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523.
Bluebook style
Unary operator, https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523 (last visited September 13, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Unary operator --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523", note = "[Online; accessed 13-September-2024]" }
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 = "Unary operator --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=Unary_operator&oldid=66523}", note = "[Online; accessed 13-September-2024]" }