Cite This Page
Bibliographic details for Arrow tutorial
- Page name: Arrow tutorial
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 17 June 2021 00:00 UTC
- Date retrieved: 11 December 2023 06:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452
- Page Version ID: 64452
Citation styles for Arrow tutorial
APA style
Arrow tutorial. (2021, June 17). HaskellWiki, . Retrieved 06:58, December 11, 2023 from https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452.
MLA style
"Arrow tutorial." HaskellWiki, . 17 Jun 2021, 00:00 UTC. 11 Dec 2023, 06:58 <https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452>.
MHRA style
HaskellWiki contributors, 'Arrow tutorial', HaskellWiki, , 17 June 2021, 00:00 UTC, <https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452> [accessed 11 December 2023]
Chicago style
HaskellWiki contributors, "Arrow tutorial," HaskellWiki, , https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452 (accessed December 11, 2023).
CBE/CSE style
HaskellWiki contributors. Arrow tutorial [Internet]. HaskellWiki, ; 2021 Jun 17, 00:00 UTC [cited 2023 Dec 11]. Available from: https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452.
Bluebook style
Arrow tutorial, https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452 (last visited December 11, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Arrow tutorial --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452", note = "[Online; accessed 11-December-2023]" }
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 = "Arrow tutorial --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452}", note = "[Online; accessed 11-December-2023]" }