Cite This Page
Bibliographic details for Cookbook/Other data structures
- Page name: Cookbook/Other data structures
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 January 2019 21:05 UTC
- Date retrieved: 2 November 2024 07:43 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697
- Page Version ID: 62697
Citation styles for Cookbook/Other data structures
APA style
Cookbook/Other data structures. (2019, January 6). HaskellWiki, . Retrieved 07:43, November 2, 2024 from https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697.
MLA style
"Cookbook/Other data structures." HaskellWiki, . 6 Jan 2019, 21:05 UTC. 2 Nov 2024, 07:43 <https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697>.
MHRA style
HaskellWiki contributors, 'Cookbook/Other data structures', HaskellWiki, , 6 January 2019, 21:05 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697> [accessed 2 November 2024]
Chicago style
HaskellWiki contributors, "Cookbook/Other data structures," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697 (accessed November 2, 2024).
CBE/CSE style
HaskellWiki contributors. Cookbook/Other data structures [Internet]. HaskellWiki, ; 2019 Jan 6, 21:05 UTC [cited 2024 Nov 2]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697.
Bluebook style
Cookbook/Other data structures, https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697 (last visited November 2, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Other data structures --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697", note = "[Online; accessed 2-November-2024]" }
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 = "Cookbook/Other data structures --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Other_data_structures&oldid=62697}", note = "[Online; accessed 2-November-2024]" }