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