Cite This Page
Bibliographic details for Smart constructors
- Page name: Smart constructors
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 June 2020 18:21 UTC
- Date retrieved: 21 September 2023 16:48 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322
- Page Version ID: 63322
Citation styles for Smart constructors
APA style
Smart constructors. (2020, June 6). HaskellWiki, . Retrieved 16:48, September 21, 2023 from https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322.
MLA style
"Smart constructors." HaskellWiki, . 6 Jun 2020, 18:21 UTC. 21 Sep 2023, 16:48 <https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322>.
MHRA style
HaskellWiki contributors, 'Smart constructors', HaskellWiki, , 6 June 2020, 18:21 UTC, <https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322> [accessed 21 September 2023]
Chicago style
HaskellWiki contributors, "Smart constructors," HaskellWiki, , https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322 (accessed September 21, 2023).
CBE/CSE style
HaskellWiki contributors. Smart constructors [Internet]. HaskellWiki, ; 2020 Jun 6, 18:21 UTC [cited 2023 Sep 21]. Available from: https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322.
Bluebook style
Smart constructors, https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322 (last visited September 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Smart constructors --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322", note = "[Online; accessed 21-September-2023]" }
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 = "Smart constructors --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Smart_constructors&oldid=63322}", note = "[Online; accessed 21-September-2023]" }