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