Cite This Page
Bibliographic details for Research papers/Testing and correctness
- Page name: Research papers/Testing and correctness
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 15 September 2006 02:53 UTC
- Date retrieved: 7 February 2023 01:04 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997
- Page Version ID: 5997
Citation styles for Research papers/Testing and correctness
APA style
Research papers/Testing and correctness. (2006, September 15). HaskellWiki, . Retrieved 01:04, February 7, 2023 from https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997.
MLA style
"Research papers/Testing and correctness." HaskellWiki, . 15 Sep 2006, 02:53 UTC. 7 Feb 2023, 01:04 <https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997>.
MHRA style
HaskellWiki contributors, 'Research papers/Testing and correctness', HaskellWiki, , 15 September 2006, 02:53 UTC, <https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997> [accessed 7 February 2023]
Chicago style
HaskellWiki contributors, "Research papers/Testing and correctness," HaskellWiki, , https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997 (accessed February 7, 2023).
CBE/CSE style
HaskellWiki contributors. Research papers/Testing and correctness [Internet]. HaskellWiki, ; 2006 Sep 15, 02:53 UTC [cited 2023 Feb 7]. Available from: https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997.
Bluebook style
Research papers/Testing and correctness, https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Research papers/Testing and correctness --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997", note = "[Online; accessed 7-February-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 = "Research papers/Testing and correctness --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=5997}", note = "[Online; accessed 7-February-2023]" }