Cite This Page
Bibliographic details for DocTest
- Page name: DocTest
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 25 January 2011 15:55 UTC
- Date retrieved: 1 February 2023 18:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=DocTest&oldid=38362
- Page Version ID: 38362
Citation styles for DocTest
APA style
DocTest. (2011, January 25). HaskellWiki, . Retrieved 18:41, February 1, 2023 from https://wiki.haskell.org/index.php?title=DocTest&oldid=38362.
MLA style
"DocTest." HaskellWiki, . 25 Jan 2011, 15:55 UTC. 1 Feb 2023, 18:41 <https://wiki.haskell.org/index.php?title=DocTest&oldid=38362>.
MHRA style
HaskellWiki contributors, 'DocTest', HaskellWiki, , 25 January 2011, 15:55 UTC, <https://wiki.haskell.org/index.php?title=DocTest&oldid=38362> [accessed 1 February 2023]
Chicago style
HaskellWiki contributors, "DocTest," HaskellWiki, , https://wiki.haskell.org/index.php?title=DocTest&oldid=38362 (accessed February 1, 2023).
CBE/CSE style
HaskellWiki contributors. DocTest [Internet]. HaskellWiki, ; 2011 Jan 25, 15:55 UTC [cited 2023 Feb 1]. 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 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "DocTest --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=DocTest&oldid=38362", note = "[Online; accessed 1-February-2023]" }
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 = "2011", url = "\url{https://wiki.haskell.org/index.php?title=DocTest&oldid=38362}", note = "[Online; accessed 1-February-2023]" }