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: 16 September 2024 06:53 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:53, September 16, 2024 from https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452.
MLA style
"Arrow tutorial." HaskellWiki, . 17 Jun 2021, 00:00 UTC. 16 Sep 2024, 06:53 <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 16 September 2024]
Chicago style
HaskellWiki contributors, "Arrow tutorial," HaskellWiki, , https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452 (accessed September 16, 2024).
CBE/CSE style
HaskellWiki contributors. Arrow tutorial [Internet]. HaskellWiki, ; 2021 Jun 17, 00:00 UTC [cited 2024 Sep 16]. 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 September 16, 2024).
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 16-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 = "Arrow tutorial --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Arrow_tutorial&oldid=64452}", note = "[Online; accessed 16-September-2024]" }