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