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