Cite This Page
Bibliographic details for Zipper
- Page name: Zipper
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 12 February 2021 00:33 UTC
- Date retrieved: 2 March 2021 19:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Zipper&oldid=14188
- Page Version ID: 14188
Citation styles for Zipper
APA style
Zipper. (2021, February 12). HaskellWiki, . Retrieved 19:58, March 2, 2021 from https://wiki.haskell.org/index.php?title=Zipper&oldid=14188.
MLA style
"Zipper." HaskellWiki, . 12 Feb 2021, 00:33 UTC. 2 Mar 2021, 19:58 <https://wiki.haskell.org/index.php?title=Zipper&oldid=14188>.
MHRA style
HaskellWiki contributors, 'Zipper', HaskellWiki, , 12 February 2021, 00:33 UTC, <https://wiki.haskell.org/index.php?title=Zipper&oldid=14188> [accessed 2 March 2021]
Chicago style
HaskellWiki contributors, "Zipper," HaskellWiki, , https://wiki.haskell.org/index.php?title=Zipper&oldid=14188 (accessed March 2, 2021).
CBE/CSE style
HaskellWiki contributors. Zipper [Internet]. HaskellWiki, ; 2021 Feb 12, 00:33 UTC [cited 2021 Mar 2]. Available from: https://wiki.haskell.org/index.php?title=Zipper&oldid=14188.
Bluebook style
Zipper, https://wiki.haskell.org/index.php?title=Zipper&oldid=14188 (last visited March 2, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Zipper --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Zipper&oldid=14188", note = "[Online; accessed 2-March-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 = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Zipper&oldid=14188}", note = "[Online; accessed 2-March-2021]" }