Cite This Page
Bibliographic details for If-then-else
- Page name: If-then-else
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 10 December 2020 05:34 UTC
- Date retrieved: 20 January 2025 03:13 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548
- Page Version ID: 63548
Citation styles for If-then-else
APA style
If-then-else. (2020, December 10). HaskellWiki. Retrieved 03:13, January 20, 2025 from https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548.
MLA style
"If-then-else." HaskellWiki. 10 Dec 2020, 05:34 UTC. 20 Jan 2025, 03:13 <https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548>.
MHRA style
HaskellWiki contributors, 'If-then-else', HaskellWiki, 10 December 2020, 05:34 UTC, <https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548> [accessed 20 January 2025]
Chicago style
HaskellWiki contributors, "If-then-else," HaskellWiki, https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548 (accessed January 20, 2025).
CBE/CSE style
HaskellWiki contributors. If-then-else [Internet]. HaskellWiki; 2020 Dec 10, 05:34 UTC [cited 2025 Jan 20]. Available from: https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548.
Bluebook style
If-then-else, https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548 (last visited January 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "If-then-else --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548", note = "[Online; accessed 20-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 = "If-then-else --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=If-then-else&oldid=63548}", note = "[Online; accessed 20-January-2025]" }