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