Cite This Page
Bibliographic details for DocTest
- Page name: DocTest
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 June 2012 15:16 UTC
- Date retrieved: 12 April 2021 01:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=DocTest&oldid=40571
- Page Version ID: 40571
Citation styles for DocTest
APA style
DocTest. (2012, June 23). HaskellWiki, . Retrieved 01:47, April 12, 2021 from https://wiki.haskell.org/index.php?title=DocTest&oldid=40571.
MLA style
"DocTest." HaskellWiki, . 23 Jun 2012, 15:16 UTC. 12 Apr 2021, 01:47 <https://wiki.haskell.org/index.php?title=DocTest&oldid=40571>.
MHRA style
HaskellWiki contributors, 'DocTest', HaskellWiki, , 23 June 2012, 15:16 UTC, <https://wiki.haskell.org/index.php?title=DocTest&oldid=40571> [accessed 12 April 2021]
Chicago style
HaskellWiki contributors, "DocTest," HaskellWiki, , https://wiki.haskell.org/index.php?title=DocTest&oldid=40571 (accessed April 12, 2021).
CBE/CSE style
HaskellWiki contributors. DocTest [Internet]. HaskellWiki, ; 2012 Jun 23, 15:16 UTC [cited 2021 Apr 12]. Available from: https://wiki.haskell.org/index.php?title=DocTest&oldid=40571.
Bluebook style
DocTest, https://wiki.haskell.org/index.php?title=DocTest&oldid=40571 (last visited April 12, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "DocTest --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=DocTest&oldid=40571", note = "[Online; accessed 12-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 = "DocTest --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=DocTest&oldid=40571}", note = "[Online; accessed 12-April-2021]" }