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: 21 September 2023 14:40 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 14:40, September 21, 2023 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. 21 Sep 2023, 14:40 <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 21 September 2023]
Chicago style
HaskellWiki contributors, "Algebraic data type," HaskellWiki, , https://wiki.haskell.org/index.php?title=Algebraic_data_type&oldid=65617 (accessed September 21, 2023).
CBE/CSE style
HaskellWiki contributors. Algebraic data type [Internet]. HaskellWiki, ; 2023 May 22, 08:47 UTC [cited 2023 Sep 21]. 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 September 21, 2023).
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 21-September-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 = "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 21-September-2023]" }