Cite This Page
Bibliographic details for Newtype
- Page name: Newtype
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 September 2006 20:33 UTC
- Date retrieved: 21 March 2023 18:13 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Newtype&oldid=5783
- Page Version ID: 5783
Citation styles for Newtype
APA style
Newtype. (2006, September 2). HaskellWiki, . Retrieved 18:13, March 21, 2023 from https://wiki.haskell.org/index.php?title=Newtype&oldid=5783.
MLA style
"Newtype." HaskellWiki, . 2 Sep 2006, 20:33 UTC. 21 Mar 2023, 18:13 <https://wiki.haskell.org/index.php?title=Newtype&oldid=5783>.
MHRA style
HaskellWiki contributors, 'Newtype', HaskellWiki, , 2 September 2006, 20:33 UTC, <https://wiki.haskell.org/index.php?title=Newtype&oldid=5783> [accessed 21 March 2023]
Chicago style
HaskellWiki contributors, "Newtype," HaskellWiki, , https://wiki.haskell.org/index.php?title=Newtype&oldid=5783 (accessed March 21, 2023).
CBE/CSE style
HaskellWiki contributors. Newtype [Internet]. HaskellWiki, ; 2006 Sep 2, 20:33 UTC [cited 2023 Mar 21]. Available from: https://wiki.haskell.org/index.php?title=Newtype&oldid=5783.
Bluebook style
Newtype, https://wiki.haskell.org/index.php?title=Newtype&oldid=5783 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Newtype --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Newtype&oldid=5783", note = "[Online; accessed 21-March-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 = "Newtype --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Newtype&oldid=5783}", note = "[Online; accessed 21-March-2023]" }