Cite This Page
Bibliographic details for Functional dependencies
- Page name: Functional dependencies
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 21 July 2021 22:41 UTC
- Date retrieved: 9 August 2022 16:34 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590
- Page Version ID: 64590
Citation styles for Functional dependencies
APA style
Functional dependencies. (2021, July 21). HaskellWiki, . Retrieved 16:34, August 9, 2022 from https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590.
MLA style
"Functional dependencies." HaskellWiki, . 21 Jul 2021, 22:41 UTC. 9 Aug 2022, 16:34 <https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590>.
MHRA style
HaskellWiki contributors, 'Functional dependencies', HaskellWiki, , 21 July 2021, 22:41 UTC, <https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590> [accessed 9 August 2022]
Chicago style
HaskellWiki contributors, "Functional dependencies," HaskellWiki, , https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590 (accessed August 9, 2022).
CBE/CSE style
HaskellWiki contributors. Functional dependencies [Internet]. HaskellWiki, ; 2021 Jul 21, 22:41 UTC [cited 2022 Aug 9]. Available from: https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590.
Bluebook style
Functional dependencies, https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590 (last visited August 9, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Functional dependencies --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590", note = "[Online; accessed 9-August-2022]" }
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 = "Functional dependencies --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590}", note = "[Online; accessed 9-August-2022]" }