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: 25 February 2021 22:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=DocTest&oldid=38362
- Page Version ID: 38362
Citation styles for DocTest
APA style
DocTest. (2012, June 23). HaskellWiki, . Retrieved 22:21, February 25, 2021 from https://wiki.haskell.org/index.php?title=DocTest&oldid=38362.
MLA style
"DocTest." HaskellWiki, . 23 Jun 2012, 15:16 UTC. 25 Feb 2021, 22:21 <https://wiki.haskell.org/index.php?title=DocTest&oldid=38362>.
MHRA style
HaskellWiki contributors, 'DocTest', HaskellWiki, , 23 June 2012, 15:16 UTC, <https://wiki.haskell.org/index.php?title=DocTest&oldid=38362> [accessed 25 February 2021]
Chicago style
HaskellWiki contributors, "DocTest," HaskellWiki, , https://wiki.haskell.org/index.php?title=DocTest&oldid=38362 (accessed February 25, 2021).
CBE/CSE style
HaskellWiki contributors. DocTest [Internet]. HaskellWiki, ; 2012 Jun 23, 15:16 UTC [cited 2021 Feb 25]. Available from: https://wiki.haskell.org/index.php?title=DocTest&oldid=38362.
Bluebook style
DocTest, https://wiki.haskell.org/index.php?title=DocTest&oldid=38362 (last visited February 25, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "DocTest --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=DocTest&oldid=38362", note = "[Online; accessed 25-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 = "DocTest --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=DocTest&oldid=38362}", note = "[Online; accessed 25-February-2021]" }