Cite This Page
Bibliographic details for The Monad.Reader/Issue5/Practical Graph Handling
- Page name: The Monad.Reader/Issue5/Practical Graph Handling
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 27 October 2011 18:18 UTC
- Date retrieved: 11 April 2021 18:12 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882
- Page Version ID: 22882
Citation styles for The Monad.Reader/Issue5/Practical Graph Handling
APA style
The Monad.Reader/Issue5/Practical Graph Handling. (2011, October 27). HaskellWiki, . Retrieved 18:12, April 11, 2021 from https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882.
MLA style
"The Monad.Reader/Issue5/Practical Graph Handling." HaskellWiki, . 27 Oct 2011, 18:18 UTC. 11 Apr 2021, 18:12 <https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882>.
MHRA style
HaskellWiki contributors, 'The Monad.Reader/Issue5/Practical Graph Handling', HaskellWiki, , 27 October 2011, 18:18 UTC, <https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882> [accessed 11 April 2021]
Chicago style
HaskellWiki contributors, "The Monad.Reader/Issue5/Practical Graph Handling," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882 (accessed April 11, 2021).
CBE/CSE style
HaskellWiki contributors. The Monad.Reader/Issue5/Practical Graph Handling [Internet]. HaskellWiki, ; 2011 Oct 27, 18:18 UTC [cited 2021 Apr 11]. Available from: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882.
Bluebook style
The Monad.Reader/Issue5/Practical Graph Handling, https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882 (last visited April 11, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The Monad.Reader/Issue5/Practical Graph Handling --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882", note = "[Online; accessed 11-April-2021]" }
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 = "The Monad.Reader/Issue5/Practical Graph Handling --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue5/Practical_Graph_Handling&oldid=22882}", note = "[Online; accessed 11-April-2021]" }