Cite This Page
Bibliographic details for Bounds checking
- Page name: Bounds checking
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 April 2021 01:33 UTC
- Date retrieved: 2 June 2023 18:24 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347
- Page Version ID: 64347
Citation styles for Bounds checking
APA style
Bounds checking. (2021, April 26). HaskellWiki, . Retrieved 18:24, June 2, 2023 from https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347.
MLA style
"Bounds checking." HaskellWiki, . 26 Apr 2021, 01:33 UTC. 2 Jun 2023, 18:24 <https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347>.
MHRA style
HaskellWiki contributors, 'Bounds checking', HaskellWiki, , 26 April 2021, 01:33 UTC, <https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347> [accessed 2 June 2023]
Chicago style
HaskellWiki contributors, "Bounds checking," HaskellWiki, , https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347 (accessed June 2, 2023).
CBE/CSE style
HaskellWiki contributors. Bounds checking [Internet]. HaskellWiki, ; 2021 Apr 26, 01:33 UTC [cited 2023 Jun 2]. Available from: https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347.
Bluebook style
Bounds checking, https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347 (last visited June 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Bounds checking --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347", note = "[Online; accessed 2-June-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 = "Bounds checking --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Bounds_checking&oldid=64347}", note = "[Online; accessed 2-June-2023]" }