Cite This Page
Bibliographic details for Research papers/Data structures
- Page name: Research papers/Data structures
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 5 June 2022 00:54 UTC
- Date retrieved: 23 April 2025 15:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176
- Page Version ID: 65176
Citation styles for Research papers/Data structures
APA style
Research papers/Data structures. (2022, June 5). HaskellWiki. Retrieved 15:51, April 23, 2025 from https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176.
MLA style
"Research papers/Data structures." HaskellWiki. 5 Jun 2022, 00:54 UTC. 23 Apr 2025, 15:51 <https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176>.
MHRA style
HaskellWiki contributors, 'Research papers/Data structures', HaskellWiki, 5 June 2022, 00:54 UTC, <https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176> [accessed 23 April 2025]
Chicago style
HaskellWiki contributors, "Research papers/Data structures," HaskellWiki, https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176 (accessed April 23, 2025).
CBE/CSE style
HaskellWiki contributors. Research papers/Data structures [Internet]. HaskellWiki; 2022 Jun 5, 00:54 UTC [cited 2025 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176.
Bluebook style
Research papers/Data structures, https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Research papers/Data structures --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176", note = "[Online; accessed 23-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 = "Research papers/Data structures --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Research_papers/Data_structures&oldid=65176}", note = "[Online; accessed 23-April-2025]" }