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