Cite This Page
Bibliographic details for Recursive function theory
- Page name: Recursive function theory
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 3 June 2019 23:19 UTC
- Date retrieved: 14 January 2025 19:16 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925
- Page Version ID: 62925
Citation styles for Recursive function theory
APA style
Recursive function theory. (2019, June 3). HaskellWiki. Retrieved 19:16, January 14, 2025 from https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925.
MLA style
"Recursive function theory." HaskellWiki. 3 Jun 2019, 23:19 UTC. 14 Jan 2025, 19:16 <https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925>.
MHRA style
HaskellWiki contributors, 'Recursive function theory', HaskellWiki, 3 June 2019, 23:19 UTC, <https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925> [accessed 14 January 2025]
Chicago style
HaskellWiki contributors, "Recursive function theory," HaskellWiki, https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925 (accessed January 14, 2025).
CBE/CSE style
HaskellWiki contributors. Recursive function theory [Internet]. HaskellWiki; 2019 Jun 3, 23:19 UTC [cited 2025 Jan 14]. Available from: https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925.
Bluebook style
Recursive function theory, https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925 (last visited January 14, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Recursive function theory --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925", note = "[Online; accessed 14-January-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 = "Recursive function theory --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Recursive_function_theory&oldid=62925}", note = "[Online; accessed 14-January-2025]" }