Cite This Page
Bibliographic details for DocTest
- Page name: DocTest
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 16 October 2010 08:08 UTC
- Date retrieved: 11 August 2022 08:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=DocTest&oldid=37284
- Page Version ID: 37284
Citation styles for DocTest
APA style
DocTest. (2010, October 16). HaskellWiki, . Retrieved 08:22, August 11, 2022 from https://wiki.haskell.org/index.php?title=DocTest&oldid=37284.
MLA style
"DocTest." HaskellWiki, . 16 Oct 2010, 08:08 UTC. 11 Aug 2022, 08:22 <https://wiki.haskell.org/index.php?title=DocTest&oldid=37284>.
MHRA style
HaskellWiki contributors, 'DocTest', HaskellWiki, , 16 October 2010, 08:08 UTC, <https://wiki.haskell.org/index.php?title=DocTest&oldid=37284> [accessed 11 August 2022]
Chicago style
HaskellWiki contributors, "DocTest," HaskellWiki, , https://wiki.haskell.org/index.php?title=DocTest&oldid=37284 (accessed August 11, 2022).
CBE/CSE style
HaskellWiki contributors. DocTest [Internet]. HaskellWiki, ; 2010 Oct 16, 08:08 UTC [cited 2022 Aug 11]. Available from: https://wiki.haskell.org/index.php?title=DocTest&oldid=37284.
Bluebook style
DocTest, https://wiki.haskell.org/index.php?title=DocTest&oldid=37284 (last visited August 11, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "DocTest --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=DocTest&oldid=37284", note = "[Online; accessed 11-August-2022]" }
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 = "2010", url = "\url{https://wiki.haskell.org/index.php?title=DocTest&oldid=37284}", note = "[Online; accessed 11-August-2022]" }