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