Cite This Page
Bibliographic details for Introduction to QuickCheck1
- Page name: Introduction to QuickCheck1
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 28 May 2021 20:49 UTC
- Date retrieved: 19 January 2025 13:45 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419
- Page Version ID: 64419
Citation styles for Introduction to QuickCheck1
APA style
Introduction to QuickCheck1. (2021, May 28). HaskellWiki. Retrieved 13:45, January 19, 2025 from https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419.
MLA style
"Introduction to QuickCheck1." HaskellWiki. 28 May 2021, 20:49 UTC. 19 Jan 2025, 13:45 <https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419>.
MHRA style
HaskellWiki contributors, 'Introduction to QuickCheck1', HaskellWiki, 28 May 2021, 20:49 UTC, <https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419> [accessed 19 January 2025]
Chicago style
HaskellWiki contributors, "Introduction to QuickCheck1," HaskellWiki, https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419 (accessed January 19, 2025).
CBE/CSE style
HaskellWiki contributors. Introduction to QuickCheck1 [Internet]. HaskellWiki; 2021 May 28, 20:49 UTC [cited 2025 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419.
Bluebook style
Introduction to QuickCheck1, https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Introduction to QuickCheck1 --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419", note = "[Online; accessed 19-January-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 QuickCheck1 --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Introduction_to_QuickCheck1&oldid=64419}", note = "[Online; accessed 19-January-2025]" }