Cite This Page
Bibliographic details for Strict semantics
- Page name: Strict semantics
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 1 January 2025 05:45 UTC
- Date retrieved: 22 March 2025 15:15 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914
- Page Version ID: 66914
Citation styles for Strict semantics
APA style
Strict semantics. (2025, January 1). HaskellWiki. Retrieved 15:15, March 22, 2025 from https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914.
MLA style
"Strict semantics." HaskellWiki. 1 Jan 2025, 05:45 UTC. 22 Mar 2025, 15:15 <https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914>.
MHRA style
HaskellWiki contributors, 'Strict semantics', HaskellWiki, 1 January 2025, 05:45 UTC, <https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914> [accessed 22 March 2025]
Chicago style
HaskellWiki contributors, "Strict semantics," HaskellWiki, https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914 (accessed March 22, 2025).
CBE/CSE style
HaskellWiki contributors. Strict semantics [Internet]. HaskellWiki; 2025 Jan 1, 05:45 UTC [cited 2025 Mar 22]. Available from: https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914.
Bluebook style
Strict semantics, https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914 (last visited March 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Strict semantics --- HaskellWiki{,} ", year = "2025", url = "https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914", 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 = "Strict semantics --- HaskellWiki{,} ", year = "2025", url = "\url{https://wiki.haskell.org/index.php?title=Strict_semantics&oldid=66914}", note = "[Online; accessed 22-March-2025]" }