Cite This Page
Bibliographic details for Inferring types
- Page name: Inferring types
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 9 September 2006 12:45 UTC
- Date retrieved: 18 April 2025 09:29 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891
- Page Version ID: 5891
Citation styles for Inferring types
APA style
Inferring types. (2006, September 9). HaskellWiki. Retrieved 09:29, April 18, 2025 from https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891.
MLA style
"Inferring types." HaskellWiki. 9 Sep 2006, 12:45 UTC. 18 Apr 2025, 09:29 <https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891>.
MHRA style
HaskellWiki contributors, 'Inferring types', HaskellWiki, 9 September 2006, 12:45 UTC, <https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891> [accessed 18 April 2025]
Chicago style
HaskellWiki contributors, "Inferring types," HaskellWiki, https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891 (accessed April 18, 2025).
CBE/CSE style
HaskellWiki contributors. Inferring types [Internet]. HaskellWiki; 2006 Sep 9, 12:45 UTC [cited 2025 Apr 18]. Available from: https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891.
Bluebook style
Inferring types, https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891 (last visited April 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Inferring types --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891", 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 = "Inferring types --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Inferring_types&oldid=5891}", note = "[Online; accessed 18-April-2025]" }