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