Cite This Page
Bibliographic details for Wadler's Law
- Page name: Wadler's Law
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 26 December 2017 10:26 UTC
- Date retrieved: 19 January 2021 02:08 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262
- Page Version ID: 62262
Citation styles for Wadler's Law
APA style
Wadler's Law. (2017, December 26). HaskellWiki, . Retrieved 02:08, January 19, 2021 from https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262.
MLA style
"Wadler's Law." HaskellWiki, . 26 Dec 2017, 10:26 UTC. 19 Jan 2021, 02:08 <https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262>.
MHRA style
HaskellWiki contributors, 'Wadler's Law', HaskellWiki, , 26 December 2017, 10:26 UTC, <https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262> [accessed 19 January 2021]
Chicago style
HaskellWiki contributors, "Wadler's Law," HaskellWiki, , https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262 (accessed January 19, 2021).
CBE/CSE style
HaskellWiki contributors. Wadler's Law [Internet]. HaskellWiki, ; 2017 Dec 26, 10:26 UTC [cited 2021 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262.
Bluebook style
Wadler's Law, https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262 (last visited January 19, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Wadler's Law --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262", note = "[Online; accessed 19-January-2021]" }
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 = "Wadler's Law --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Wadler%27s_Law&oldid=62262}", note = "[Online; accessed 19-January-2021]" }