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