Cite This Page
Bibliographic details for Literate programming
- Page name: Literate programming
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 January 2020 05:33 UTC
- Date retrieved: 29 January 2023 02:03 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188
- Page Version ID: 63188
Citation styles for Literate programming
APA style
Literate programming. (2020, January 26). HaskellWiki, . Retrieved 02:03, January 29, 2023 from https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188.
MLA style
"Literate programming." HaskellWiki, . 26 Jan 2020, 05:33 UTC. 29 Jan 2023, 02:03 <https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188>.
MHRA style
HaskellWiki contributors, 'Literate programming', HaskellWiki, , 26 January 2020, 05:33 UTC, <https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188> [accessed 29 January 2023]
Chicago style
HaskellWiki contributors, "Literate programming," HaskellWiki, , https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188 (accessed January 29, 2023).
CBE/CSE style
HaskellWiki contributors. Literate programming [Internet]. HaskellWiki, ; 2020 Jan 26, 05:33 UTC [cited 2023 Jan 29]. Available from: https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188.
Bluebook style
Literate programming, https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Literate programming --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188", note = "[Online; accessed 29-January-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 = "Literate programming --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Literate_programming&oldid=63188}", note = "[Online; accessed 29-January-2023]" }