Cite This Page
Bibliographic details for Newtype
- Page name: Newtype
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 22 May 2016 15:57 UTC
- Date retrieved: 5 December 2024 23:06 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Newtype&oldid=60788
- Page Version ID: 60788
Citation styles for Newtype
APA style
Newtype. (2016, May 22). HaskellWiki. Retrieved 23:06, December 5, 2024 from https://wiki.haskell.org/index.php?title=Newtype&oldid=60788.
MLA style
"Newtype." HaskellWiki. 22 May 2016, 15:57 UTC. 5 Dec 2024, 23:06 <https://wiki.haskell.org/index.php?title=Newtype&oldid=60788>.
MHRA style
HaskellWiki contributors, 'Newtype', HaskellWiki, 22 May 2016, 15:57 UTC, <https://wiki.haskell.org/index.php?title=Newtype&oldid=60788> [accessed 5 December 2024]
Chicago style
HaskellWiki contributors, "Newtype," HaskellWiki, https://wiki.haskell.org/index.php?title=Newtype&oldid=60788 (accessed December 5, 2024).
CBE/CSE style
HaskellWiki contributors. Newtype [Internet]. HaskellWiki; 2016 May 22, 15:57 UTC [cited 2024 Dec 5]. Available from: https://wiki.haskell.org/index.php?title=Newtype&oldid=60788.
Bluebook style
Newtype, https://wiki.haskell.org/index.php?title=Newtype&oldid=60788 (last visited December 5, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Newtype --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Newtype&oldid=60788", note = "[Online; accessed 5-December-2024]" }
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 = "Newtype --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Newtype&oldid=60788}", note = "[Online; accessed 5-December-2024]" }