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: 3 December 2023 14:49 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 14:49, December 3, 2023 from https://wiki.haskell.org/index.php?title=DocTest&oldid=64533.
MLA style
"DocTest." HaskellWiki, . 11 Jul 2021, 23:16 UTC. 3 Dec 2023, 14:49 <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 3 December 2023]
Chicago style
HaskellWiki contributors, "DocTest," HaskellWiki, , https://wiki.haskell.org/index.php?title=DocTest&oldid=64533 (accessed December 3, 2023).
CBE/CSE style
HaskellWiki contributors. DocTest [Internet]. HaskellWiki, ; 2021 Jul 11, 23:16 UTC [cited 2023 Dec 3]. 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 December 3, 2023).
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 3-December-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 = "2021", url = "\url{https://wiki.haskell.org/index.php?title=DocTest&oldid=64533}", note = "[Online; accessed 3-December-2023]" }