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: 30 March 2023 05:56 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 05:56, March 30, 2023 from https://wiki.haskell.org/index.php?title=Typing&oldid=25878.
MLA style
"Typing." HaskellWiki, . 15 Jan 2009, 23:17 UTC. 30 Mar 2023, 05:56 <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 30 March 2023]
Chicago style
HaskellWiki contributors, "Typing," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typing&oldid=25878 (accessed March 30, 2023).
CBE/CSE style
HaskellWiki contributors. Typing [Internet]. HaskellWiki, ; 2009 Jan 15, 23:17 UTC [cited 2023 Mar 30]. 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 March 30, 2023).
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 30-March-2023]" }
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 30-March-2023]" }