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: 12 January 2025 21:38 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 21:38, January 12, 2025 from https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590.
MLA style
"Functional dependencies." HaskellWiki. 21 Jul 2021, 22:41 UTC. 12 Jan 2025, 21:38 <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 12 January 2025]
Chicago style
HaskellWiki contributors, "Functional dependencies," HaskellWiki, https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590 (accessed January 12, 2025).
CBE/CSE style
HaskellWiki contributors. Functional dependencies [Internet]. HaskellWiki; 2021 Jul 21, 22:41 UTC [cited 2025 Jan 12]. 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 January 12, 2025).
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 12-January-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 = "Functional dependencies --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Functional_dependencies&oldid=64590}", note = "[Online; accessed 12-January-2025]" }