Cite This Page
Bibliographic details for Concrete data type
- Page name: Concrete data type
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 20 December 2006 22:06 UTC
- Date retrieved: 12 February 2025 10:50 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630
- Page Version ID: 9630
Citation styles for Concrete data type
APA style
Concrete data type. (2006, December 20). HaskellWiki. Retrieved 10:50, February 12, 2025 from https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630.
MLA style
"Concrete data type." HaskellWiki. 20 Dec 2006, 22:06 UTC. 12 Feb 2025, 10:50 <https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630>.
MHRA style
HaskellWiki contributors, 'Concrete data type', HaskellWiki, 20 December 2006, 22:06 UTC, <https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Concrete data type," HaskellWiki, https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Concrete data type [Internet]. HaskellWiki; 2006 Dec 20, 22:06 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630.
Bluebook style
Concrete data type, https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Concrete data type --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630", note = "[Online; accessed 12-February-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 = "Concrete data type --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Concrete_data_type&oldid=9630}", note = "[Online; accessed 12-February-2025]" }