Cite This Page
Bibliographic details for Function inlining
- Page name: Function inlining
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 18 January 2008 15:59 UTC
- Date retrieved: 19 September 2024 22:11 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401
- Page Version ID: 18401
Citation styles for Function inlining
APA style
Function inlining. (2008, January 18). HaskellWiki, . Retrieved 22:11, September 19, 2024 from https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401.
MLA style
"Function inlining." HaskellWiki, . 18 Jan 2008, 15:59 UTC. 19 Sep 2024, 22:11 <https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401>.
MHRA style
HaskellWiki contributors, 'Function inlining', HaskellWiki, , 18 January 2008, 15:59 UTC, <https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401> [accessed 19 September 2024]
Chicago style
HaskellWiki contributors, "Function inlining," HaskellWiki, , https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401 (accessed September 19, 2024).
CBE/CSE style
HaskellWiki contributors. Function inlining [Internet]. HaskellWiki, ; 2008 Jan 18, 15:59 UTC [cited 2024 Sep 19]. Available from: https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401.
Bluebook style
Function inlining, https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401 (last visited September 19, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Function inlining --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401", note = "[Online; accessed 19-September-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 = "Function inlining --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Function_inlining&oldid=18401}", note = "[Online; accessed 19-September-2024]" }