Cite This Page
Bibliographic details for Extensible datatypes
- Page name: Extensible datatypes
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 28 March 2018 11:16 UTC
- Date retrieved: 8 December 2024 11:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378
- Page Version ID: 62378
Citation styles for Extensible datatypes
APA style
Extensible datatypes. (2018, March 28). HaskellWiki. Retrieved 11:59, December 8, 2024 from https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378.
MLA style
"Extensible datatypes." HaskellWiki. 28 Mar 2018, 11:16 UTC. 8 Dec 2024, 11:59 <https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378>.
MHRA style
HaskellWiki contributors, 'Extensible datatypes', HaskellWiki, 28 March 2018, 11:16 UTC, <https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378> [accessed 8 December 2024]
Chicago style
HaskellWiki contributors, "Extensible datatypes," HaskellWiki, https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378 (accessed December 8, 2024).
CBE/CSE style
HaskellWiki contributors. Extensible datatypes [Internet]. HaskellWiki; 2018 Mar 28, 11:16 UTC [cited 2024 Dec 8]. Available from: https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378.
Bluebook style
Extensible datatypes, https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378 (last visited December 8, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Extensible datatypes --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378", note = "[Online; accessed 8-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 = "Extensible datatypes --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Extensible_datatypes&oldid=62378}", note = "[Online; accessed 8-December-2024]" }