Cite This Page
Bibliographic details for Type inference
- Page name: Type inference
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 29 November 2007 07:35 UTC
- Date retrieved: 28 March 2023 03:23 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047
- Page Version ID: 17047
Citation styles for Type inference
APA style
Type inference. (2007, November 29). HaskellWiki, . Retrieved 03:23, March 28, 2023 from https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047.
MLA style
"Type inference." HaskellWiki, . 29 Nov 2007, 07:35 UTC. 28 Mar 2023, 03:23 <https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047>.
MHRA style
HaskellWiki contributors, 'Type inference', HaskellWiki, , 29 November 2007, 07:35 UTC, <https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047> [accessed 28 March 2023]
Chicago style
HaskellWiki contributors, "Type inference," HaskellWiki, , https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047 (accessed March 28, 2023).
CBE/CSE style
HaskellWiki contributors. Type inference [Internet]. HaskellWiki, ; 2007 Nov 29, 07:35 UTC [cited 2023 Mar 28]. Available from: https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047.
Bluebook style
Type inference, https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047 (last visited March 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Type inference --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047", note = "[Online; accessed 28-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 = "Type inference --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Type_inference&oldid=17047}", note = "[Online; accessed 28-March-2023]" }