Cite This Page
Bibliographic details for Meta-tutorial
- Page name: Meta-tutorial
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 13 June 2012 09:52 UTC
- Date retrieved: 18 January 2025 04:31 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041
- Page Version ID: 46041
Citation styles for Meta-tutorial
APA style
Meta-tutorial. (2012, June 13). HaskellWiki. Retrieved 04:31, January 18, 2025 from https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041.
MLA style
"Meta-tutorial." HaskellWiki. 13 Jun 2012, 09:52 UTC. 18 Jan 2025, 04:31 <https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041>.
MHRA style
HaskellWiki contributors, 'Meta-tutorial', HaskellWiki, 13 June 2012, 09:52 UTC, <https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041> [accessed 18 January 2025]
Chicago style
HaskellWiki contributors, "Meta-tutorial," HaskellWiki, https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041 (accessed January 18, 2025).
CBE/CSE style
HaskellWiki contributors. Meta-tutorial [Internet]. HaskellWiki; 2012 Jun 13, 09:52 UTC [cited 2025 Jan 18]. Available from: https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041.
Bluebook style
Meta-tutorial, https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Meta-tutorial --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041", note = "[Online; accessed 18-January-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 = "Meta-tutorial --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Meta-tutorial&oldid=46041}", note = "[Online; accessed 18-January-2025]" }