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: 12 February 2025 10:38 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980
- Page Version ID: 55980
Citation styles for Cookbook/Testing
APA style
Cookbook/Testing. (2013, May 20). HaskellWiki. Retrieved 10:38, February 12, 2025 from https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980.
MLA style
"Cookbook/Testing." HaskellWiki. 20 May 2013, 18:44 UTC. 12 Feb 2025, 10:38 <https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980>.
MHRA style
HaskellWiki contributors, 'Cookbook/Testing', HaskellWiki, 20 May 2013, 18:44 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Cookbook/Testing," HaskellWiki, https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Cookbook/Testing [Internet]. HaskellWiki; 2013 May 20, 18:44 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980.
Bluebook style
Cookbook/Testing, https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Testing --- HaskellWiki{,} ", year = "2013", url = "https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980", note = "[Online; accessed 12-February-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 = "Cookbook/Testing --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Testing&oldid=55980}", note = "[Online; accessed 12-February-2025]" }