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: 23 April 2021 12:06 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862
- Page Version ID: 62862
Citation styles for If-then-else
APA style
If-then-else. (2020, December 10). HaskellWiki, . Retrieved 12:06, April 23, 2021 from https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862.
MLA style
"If-then-else." HaskellWiki, . 10 Dec 2020, 05:34 UTC. 23 Apr 2021, 12:06 <https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862>.
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=62862> [accessed 23 April 2021]
Chicago style
HaskellWiki contributors, "If-then-else," HaskellWiki, , https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862 (accessed April 23, 2021).
CBE/CSE style
HaskellWiki contributors. If-then-else [Internet]. HaskellWiki, ; 2020 Dec 10, 05:34 UTC [cited 2021 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862.
Bluebook style
If-then-else, https://wiki.haskell.org/index.php?title=If-then-else&oldid=62862 (last visited April 23, 2021).
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=62862", note = "[Online; accessed 23-April-2021]" }
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=62862}", note = "[Online; accessed 23-April-2021]" }