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