Cite This Page
Bibliographic details for Algebraic data type
- Page name: Algebraic data type
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 22 May 2023 08:47 UTC
- Date retrieved: 24 January 2025 06:15 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617
- Page Version ID: 65617
Citation styles for Algebraic data type
APA style
Algebraic data type. (2023, May 22). HaskellWiki. Retrieved 06:15, January 24, 2025 from https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617.
MLA style
"Algebraic data type." HaskellWiki. 22 May 2023, 08:47 UTC. 24 Jan 2025, 06:15 <https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617>.
MHRA style
HaskellWiki contributors, 'Algebraic data type', HaskellWiki, 22 May 2023, 08:47 UTC, <https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617> [accessed 24 January 2025]
Chicago style
HaskellWiki contributors, "Algebraic data type," HaskellWiki, https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617 (accessed January 24, 2025).
CBE/CSE style
HaskellWiki contributors. Algebraic data type [Internet]. HaskellWiki; 2023 May 22, 08:47 UTC [cited 2025 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617.
Bluebook style
Algebraic data type, https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617 (last visited January 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Algebraic data type --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617", note = "[Online; accessed 24-January-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 = "Algebraic data type --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617}", note = "[Online; accessed 24-January-2025]" }