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: 19 April 2025 18:13 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 18:13, April 19, 2025 from https://wiki.haskell.org/index.php?title=Newtype&oldid=60788.
MLA style
"Newtype." HaskellWiki. 22 May 2016, 15:57 UTC. 19 Apr 2025, 18:13 <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 19 April 2025]
Chicago style
HaskellWiki contributors, "Newtype," HaskellWiki, https://wiki.haskell.org/index.php?title=Newtype&oldid=60788 (accessed April 19, 2025).
CBE/CSE style
HaskellWiki contributors. Newtype [Internet]. HaskellWiki; 2016 May 22, 15:57 UTC [cited 2025 Apr 19]. 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 April 19, 2025).
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 19-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 = "Newtype --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Newtype&oldid=60788}", note = "[Online; accessed 19-April-2025]" }