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: 29 January 2023 21:23 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 21:23, January 29, 2023 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. 29 Jan 2023, 21:23 <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 29 January 2023]
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 January 29, 2023).
CBE/CSE style
HaskellWiki contributors. Research papers/Testing and correctness [Internet]. HaskellWiki, ; 2021 Aug 1, 16:36 UTC [cited 2023 Jan 29]. 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 January 29, 2023).
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 29-January-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 = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Research_papers/Testing_and_correctness&oldid=64652}", note = "[Online; accessed 29-January-2023]" }