Cite This Page
Bibliographic details for Template Haskell
- Page name: Template Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 August 2018 22:09 UTC
- Date retrieved: 24 January 2021 12:54 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982
- Page Version ID: 41982
Citation styles for Template Haskell
APA style
Template Haskell. (2018, August 26). HaskellWiki, . Retrieved 12:54, January 24, 2021 from https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982.
MLA style
"Template Haskell." HaskellWiki, . 26 Aug 2018, 22:09 UTC. 24 Jan 2021, 12:54 <https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982>.
MHRA style
HaskellWiki contributors, 'Template Haskell', HaskellWiki, , 26 August 2018, 22:09 UTC, <https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982> [accessed 24 January 2021]
Chicago style
HaskellWiki contributors, "Template Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982 (accessed January 24, 2021).
CBE/CSE style
HaskellWiki contributors. Template Haskell [Internet]. HaskellWiki, ; 2018 Aug 26, 22:09 UTC [cited 2021 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982.
Bluebook style
Template Haskell, https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982 (last visited January 24, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Template Haskell --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982", note = "[Online; accessed 24-January-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 = "Template Haskell --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=41982}", note = "[Online; accessed 24-January-2021]" }