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