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