Cite This Page
Bibliographic details for OOP vs type classes
- Page name: OOP vs type classes
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 14 July 2021 01:34 UTC
- Date retrieved: 23 April 2025 05:03 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566
- Page Version ID: 64566
Citation styles for OOP vs type classes
APA style
OOP vs type classes. (2021, July 14). HaskellWiki. Retrieved 05:03, April 23, 2025 from https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566.
MLA style
"OOP vs type classes." HaskellWiki. 14 Jul 2021, 01:34 UTC. 23 Apr 2025, 05:03 <https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566>.
MHRA style
HaskellWiki contributors, 'OOP vs type classes', HaskellWiki, 14 July 2021, 01:34 UTC, <https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566> [accessed 23 April 2025]
Chicago style
HaskellWiki contributors, "OOP vs type classes," HaskellWiki, https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566 (accessed April 23, 2025).
CBE/CSE style
HaskellWiki contributors. OOP vs type classes [Internet]. HaskellWiki; 2021 Jul 14, 01:34 UTC [cited 2025 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566.
Bluebook style
OOP vs type classes, https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "OOP vs type classes --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566", note = "[Online; accessed 23-April-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 = "OOP vs type classes --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=OOP_vs_type_classes&oldid=64566}", note = "[Online; accessed 23-April-2025]" }