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: 1 August 2021 16:36 UTC
- Date retrieved: 15 September 2024 17:50 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652
- Page Version ID: 64652
Citation styles for Research papers/Testing and correctness
APA style
Research papers/Testing and correctness. (2021, August 1). HaskellWiki, . Retrieved 17:50, September 15, 2024 from https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652.
MLA style
"Research papers/Testing and correctness." HaskellWiki, . 1 Aug 2021, 16:36 UTC. 15 Sep 2024, 17:50 <https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652>.
MHRA style
HaskellWiki contributors, 'Research papers/Testing and correctness', HaskellWiki, , 1 August 2021, 16:36 UTC, <https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652> [accessed 15 September 2024]
Chicago style
HaskellWiki contributors, "Research papers/Testing and correctness," HaskellWiki, , https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652 (accessed September 15, 2024).
CBE/CSE style
HaskellWiki contributors. Research papers/Testing and correctness [Internet]. HaskellWiki, ; 2021 Aug 1, 16:36 UTC [cited 2024 Sep 15]. Available from: https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652.
Bluebook style
Research papers/Testing and correctness, https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652 (last visited September 15, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Research papers/Testing and correctness --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652", note = "[Online; accessed 15-September-2024]" }
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 = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652}", note = "[Online; accessed 15-September-2024]" }