Cite This Page
Bibliographic details for Introduction to QuickCheck2
- Page name: Introduction to QuickCheck2
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 October 2017 00:46 UTC
- Date retrieved: 11 October 2024 12:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179
- Page Version ID: 62179
Citation styles for Introduction to QuickCheck2
APA style
Introduction to QuickCheck2. (2017, October 23). HaskellWiki, . Retrieved 12:21, October 11, 2024 from https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179.
MLA style
"Introduction to QuickCheck2." HaskellWiki, . 23 Oct 2017, 00:46 UTC. 11 Oct 2024, 12:21 <https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179>.
MHRA style
HaskellWiki contributors, 'Introduction to QuickCheck2', HaskellWiki, , 23 October 2017, 00:46 UTC, <https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179> [accessed 11 October 2024]
Chicago style
HaskellWiki contributors, "Introduction to QuickCheck2," HaskellWiki, , https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179 (accessed October 11, 2024).
CBE/CSE style
HaskellWiki contributors. Introduction to QuickCheck2 [Internet]. HaskellWiki, ; 2017 Oct 23, 00:46 UTC [cited 2024 Oct 11]. Available from: https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179.
Bluebook style
Introduction to QuickCheck2, https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179 (last visited October 11, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Introduction to QuickCheck2 --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179", note = "[Online; accessed 11-October-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 = "Introduction to QuickCheck2 --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179}", note = "[Online; accessed 11-October-2024]" }