Cite This Page
Bibliographic details for Examples/Read Double
- Page name: Examples/Read Double
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 31 January 2007 03:11 UTC
- Date retrieved: 21 April 2025 20:29 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890
- Page Version ID: 10890
Citation styles for Examples/Read Double
APA style
Examples/Read Double. (2007, January 31). HaskellWiki. Retrieved 20:29, April 21, 2025 from https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890.
MLA style
"Examples/Read Double." HaskellWiki. 31 Jan 2007, 03:11 UTC. 21 Apr 2025, 20:29 <https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890>.
MHRA style
HaskellWiki contributors, 'Examples/Read Double', HaskellWiki, 31 January 2007, 03:11 UTC, <https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890> [accessed 21 April 2025]
Chicago style
HaskellWiki contributors, "Examples/Read Double," HaskellWiki, https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890 (accessed April 21, 2025).
CBE/CSE style
HaskellWiki contributors. Examples/Read Double [Internet]. HaskellWiki; 2007 Jan 31, 03:11 UTC [cited 2025 Apr 21]. Available from: https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890.
Bluebook style
Examples/Read Double, https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890 (last visited April 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Examples/Read Double --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890", note = "[Online; accessed 21-April-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 = "Examples/Read Double --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Examples/Read_Double&oldid=10890}", note = "[Online; accessed 21-April-2025]" }