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