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