Cite This Page
Bibliographic details for Ord instance
- Page name: Ord instance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 3 September 2010 09:35 UTC
- Date retrieved: 22 March 2025 16:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640
- Page Version ID: 36640
Citation styles for Ord instance
APA style
Ord instance. (2010, September 3). HaskellWiki. Retrieved 16:51, March 22, 2025 from https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640.
MLA style
"Ord instance." HaskellWiki. 3 Sep 2010, 09:35 UTC. 22 Mar 2025, 16:51 <https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640>.
MHRA style
HaskellWiki contributors, 'Ord instance', HaskellWiki, 3 September 2010, 09:35 UTC, <https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640> [accessed 22 March 2025]
Chicago style
HaskellWiki contributors, "Ord instance," HaskellWiki, https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640 (accessed March 22, 2025).
CBE/CSE style
HaskellWiki contributors. Ord instance [Internet]. HaskellWiki; 2010 Sep 3, 09:35 UTC [cited 2025 Mar 22]. Available from: https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640.
Bluebook style
Ord instance, https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640 (last visited March 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Ord instance --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640", note = "[Online; accessed 22-March-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 = "Ord instance --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Ord_instance&oldid=36640}", note = "[Online; accessed 22-March-2025]" }