Cite This Page
Bibliographic details for Arrow notation
- Page name: Arrow notation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 September 2016 11:33 UTC
- Date retrieved: 10 October 2024 10:14 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100
- Page Version ID: 61100
Citation styles for Arrow notation
APA style
Arrow notation. (2016, September 3). HaskellWiki, . Retrieved 10:14, October 10, 2024 from https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100.
MLA style
"Arrow notation." HaskellWiki, . 3 Sep 2016, 11:33 UTC. 10 Oct 2024, 10:14 <https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100>.
MHRA style
HaskellWiki contributors, 'Arrow notation', HaskellWiki, , 3 September 2016, 11:33 UTC, <https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100> [accessed 10 October 2024]
Chicago style
HaskellWiki contributors, "Arrow notation," HaskellWiki, , https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100 (accessed October 10, 2024).
CBE/CSE style
HaskellWiki contributors. Arrow notation [Internet]. HaskellWiki, ; 2016 Sep 3, 11:33 UTC [cited 2024 Oct 10]. Available from: https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100.
Bluebook style
Arrow notation, https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100 (last visited October 10, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Arrow notation --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100", note = "[Online; accessed 10-October-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 notation --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Arrow_notation&oldid=61100}", note = "[Online; accessed 10-October-2024]" }