Cite This Page
Bibliographic details for Data declaration with constraint
- Page name: Data declaration with constraint
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 19 September 2016 23:26 UTC
- Date retrieved: 25 September 2023 22:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127
- Page Version ID: 61127
Citation styles for Data declaration with constraint
APA style
Data declaration with constraint. (2016, September 19). HaskellWiki, . Retrieved 22:32, September 25, 2023 from https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127.
MLA style
"Data declaration with constraint." HaskellWiki, . 19 Sep 2016, 23:26 UTC. 25 Sep 2023, 22:32 <https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127>.
MHRA style
HaskellWiki contributors, 'Data declaration with constraint', HaskellWiki, , 19 September 2016, 23:26 UTC, <https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127> [accessed 25 September 2023]
Chicago style
HaskellWiki contributors, "Data declaration with constraint," HaskellWiki, , https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127 (accessed September 25, 2023).
CBE/CSE style
HaskellWiki contributors. Data declaration with constraint [Internet]. HaskellWiki, ; 2016 Sep 19, 23:26 UTC [cited 2023 Sep 25]. Available from: https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127.
Bluebook style
Data declaration with constraint, https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127 (last visited September 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Data declaration with constraint --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127", note = "[Online; accessed 25-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 = "Data declaration with constraint --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Data_declaration_with_constraint&oldid=61127}", note = "[Online; accessed 25-September-2023]" }