Cite This Page
Bibliographic details for ListT done right
- Page name: ListT done right
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 4 July 2023 13:54 UTC
- Date retrieved: 16 January 2025 02:25 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355
- Page Version ID: 66355
Citation styles for ListT done right
APA style
ListT done right. (2023, July 4). HaskellWiki. Retrieved 02:25, January 16, 2025 from https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355.
MLA style
"ListT done right." HaskellWiki. 4 Jul 2023, 13:54 UTC. 16 Jan 2025, 02:25 <https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355>.
MHRA style
HaskellWiki contributors, 'ListT done right', HaskellWiki, 4 July 2023, 13:54 UTC, <https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355> [accessed 16 January 2025]
Chicago style
HaskellWiki contributors, "ListT done right," HaskellWiki, https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. ListT done right [Internet]. HaskellWiki; 2023 Jul 4, 13:54 UTC [cited 2025 Jan 16]. Available from: https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355.
Bluebook style
ListT done right, https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "ListT done right --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355", note = "[Online; accessed 16-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 = "ListT done right --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=ListT_done_right&oldid=66355}", note = "[Online; accessed 16-January-2025]" }