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