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