Cite This Page
Bibliographic details for Determining the type of an expression
- Page name: Determining the type of an expression
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 2 May 2018 08:00 UTC
- Date retrieved: 4 December 2024 06:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462
- Page Version ID: 62462
Citation styles for Determining the type of an expression
APA style
Determining the type of an expression. (2018, May 2). HaskellWiki. Retrieved 06:31, December 4, 2024 from https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462.
MLA style
"Determining the type of an expression." HaskellWiki. 2 May 2018, 08:00 UTC. 4 Dec 2024, 06:31 <https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462>.
MHRA style
HaskellWiki contributors, 'Determining the type of an expression', HaskellWiki, 2 May 2018, 08:00 UTC, <https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462> [accessed 4 December 2024]
Chicago style
HaskellWiki contributors, "Determining the type of an expression," HaskellWiki, https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462 (accessed December 4, 2024).
CBE/CSE style
HaskellWiki contributors. Determining the type of an expression [Internet]. HaskellWiki; 2018 May 2, 08:00 UTC [cited 2024 Dec 4]. Available from: https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462.
Bluebook style
Determining the type of an expression, https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462 (last visited December 4, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Determining the type of an expression --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462", note = "[Online; accessed 4-December-2024]" }
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 = "Determining the type of an expression --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Determining_the_type_of_an_expression&oldid=62462}", note = "[Online; accessed 4-December-2024]" }