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: 27 March 2025 17:28 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 17:28, March 27, 2025 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. 27 Mar 2025, 17:28 <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 27 March 2025]
Chicago style
HaskellWiki contributors, "Introduction to QuickCheck2," HaskellWiki, https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179 (accessed March 27, 2025).
CBE/CSE style
HaskellWiki contributors. Introduction to QuickCheck2 [Internet]. HaskellWiki; 2017 Oct 23, 00:46 UTC [cited 2025 Mar 27]. 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 March 27, 2025).
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 27-March-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 = "Introduction to QuickCheck2 --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck2&oldid=62179}", note = "[Online; accessed 27-March-2025]" }