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