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: 5 March 2021 01:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325
- Page Version ID: 45325
Citation styles for Template Haskell
APA style
Template Haskell. (2021, February 3). HaskellWiki, . Retrieved 01:51, March 5, 2021 from https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325.
MLA style
"Template Haskell." HaskellWiki, . 3 Feb 2021, 19:04 UTC. 5 Mar 2021, 01:51 <https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325>.
MHRA style
HaskellWiki contributors, 'Template Haskell', HaskellWiki, , 3 February 2021, 19:04 UTC, <https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325> [accessed 5 March 2021]
Chicago style
HaskellWiki contributors, "Template Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325 (accessed March 5, 2021).
CBE/CSE style
HaskellWiki contributors. Template Haskell [Internet]. HaskellWiki, ; 2021 Feb 3, 19:04 UTC [cited 2021 Mar 5]. Available from: https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325.
Bluebook style
Template Haskell, https://wiki.haskell.org/index.php?title=Template_Haskell&oldid=45325 (last visited March 5, 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=45325", note = "[Online; accessed 5-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=45325}", note = "[Online; accessed 5-March-2021]" }