Cite This Page
Bibliographic details for Algebraic data types
- Page name: Algebraic data types
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 1 October 2022 06:07 UTC
- Date retrieved: 29 January 2023 21:28 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973
- Page Version ID: 330973
Citation styles for Algebraic data types
APA style
Algebraic data types. (2022, October 1). Rosetta Code, . Retrieved 21:28, January 29, 2023 from https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973.
MLA style
"Algebraic data types." Rosetta Code, . 1 Oct 2022, 06:07 UTC. 29 Jan 2023, 21:28 <https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973>.
MHRA style
Rosetta Code contributors, 'Algebraic data types', Rosetta Code, , 1 October 2022, 06:07 UTC, <https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973> [accessed 29 January 2023]
Chicago style
Rosetta Code contributors, "Algebraic data types," Rosetta Code, , https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973 (accessed January 29, 2023).
CBE/CSE style
Rosetta Code contributors. Algebraic data types [Internet]. Rosetta Code, ; 2022 Oct 1, 06:07 UTC [cited 2023 Jan 29]. Available from: https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973.
Bluebook style
Algebraic data types, https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973 (last visited January 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Algebraic data types --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973", note = "[Online; accessed 29-January-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 = "Rosetta Code", title = "Algebraic data types --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Algebraic_data_types&oldid=330973}", note = "[Online; accessed 29-January-2023]" }