Cite This Page
Bibliographic details for Recursion in a monad
- Page name: Recursion in a monad
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 February 2021 15:18 UTC
- Date retrieved: 25 April 2025 02:30 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885
- Page Version ID: 63885
Citation styles for Recursion in a monad
APA style
Recursion in a monad. (2021, February 6). HaskellWiki. Retrieved 02:30, April 25, 2025 from https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885.
MLA style
"Recursion in a monad." HaskellWiki. 6 Feb 2021, 15:18 UTC. 25 Apr 2025, 02:30 <https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885>.
MHRA style
HaskellWiki contributors, 'Recursion in a monad', HaskellWiki, 6 February 2021, 15:18 UTC, <https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885> [accessed 25 April 2025]
Chicago style
HaskellWiki contributors, "Recursion in a monad," HaskellWiki, https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885 (accessed April 25, 2025).
CBE/CSE style
HaskellWiki contributors. Recursion in a monad [Internet]. HaskellWiki; 2021 Feb 6, 15:18 UTC [cited 2025 Apr 25]. Available from: https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885.
Bluebook style
Recursion in a monad, https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885 (last visited April 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Recursion in a monad --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885", note = "[Online; accessed 25-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 = "Recursion in a monad --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Recursion_in_a_monad&oldid=63885}", note = "[Online; accessed 25-April-2025]" }