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