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:34 UTC
- Date retrieved: 20 March 2023 10:49 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046
- Page Version ID: 17046
Citation styles for Type inference
APA style
Type inference. (2007, November 29). HaskellWiki, . Retrieved 10:49, March 20, 2023 from https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046.
MLA style
"Type inference." HaskellWiki, . 29 Nov 2007, 07:34 UTC. 20 Mar 2023, 10:49 <https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046>.
MHRA style
HaskellWiki contributors, 'Type inference', HaskellWiki, , 29 November 2007, 07:34 UTC, <https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046> [accessed 20 March 2023]
Chicago style
HaskellWiki contributors, "Type inference," HaskellWiki, , https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046 (accessed March 20, 2023).
CBE/CSE style
HaskellWiki contributors. Type inference [Internet]. HaskellWiki, ; 2007 Nov 29, 07:34 UTC [cited 2023 Mar 20]. Available from: https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046.
Bluebook style
Type inference, https://wiki.haskell.org/index.php?title=Type_inference&oldid=17046 (last visited March 20, 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=17046", note = "[Online; accessed 20-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=17046}", note = "[Online; accessed 20-March-2023]" }