Cite This Page
Bibliographic details for Equational reasoning examples
- Page name: Equational reasoning examples
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 November 2021 00:02 UTC
- Date retrieved: 20 January 2025 09:09 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831
- Page Version ID: 64831
Citation styles for Equational reasoning examples
APA style
Equational reasoning examples. (2021, November 6). HaskellWiki. Retrieved 09:09, January 20, 2025 from https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831.
MLA style
"Equational reasoning examples." HaskellWiki. 6 Nov 2021, 00:02 UTC. 20 Jan 2025, 09:09 <https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831>.
MHRA style
HaskellWiki contributors, 'Equational reasoning examples', HaskellWiki, 6 November 2021, 00:02 UTC, <https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831> [accessed 20 January 2025]
Chicago style
HaskellWiki contributors, "Equational reasoning examples," HaskellWiki, https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831 (accessed January 20, 2025).
CBE/CSE style
HaskellWiki contributors. Equational reasoning examples [Internet]. HaskellWiki; 2021 Nov 6, 00:02 UTC [cited 2025 Jan 20]. Available from: https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831.
Bluebook style
Equational reasoning examples, https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831 (last visited January 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Equational reasoning examples --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831", note = "[Online; accessed 20-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 = "Equational reasoning examples --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Equational_reasoning_examples&oldid=64831}", note = "[Online; accessed 20-January-2025]" }