Cite This Page
Bibliographic details for Existential type
- Page name: Existential type
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 23 September 2024 21:43 UTC
- Date retrieved: 24 April 2025 12:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764
- Page Version ID: 66764
Citation styles for Existential type
APA style
Existential type. (2024, September 23). HaskellWiki. Retrieved 12:59, April 24, 2025 from https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764.
MLA style
"Existential type." HaskellWiki. 23 Sep 2024, 21:43 UTC. 24 Apr 2025, 12:59 <https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764>.
MHRA style
HaskellWiki contributors, 'Existential type', HaskellWiki, 23 September 2024, 21:43 UTC, <https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764> [accessed 24 April 2025]
Chicago style
HaskellWiki contributors, "Existential type," HaskellWiki, https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764 (accessed April 24, 2025).
CBE/CSE style
HaskellWiki contributors. Existential type [Internet]. HaskellWiki; 2024 Sep 23, 21:43 UTC [cited 2025 Apr 24]. Available from: https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764.
Bluebook style
Existential type, https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764 (last visited April 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Existential type --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764", note = "[Online; accessed 24-April-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 = "Existential type --- HaskellWiki{,} ", year = "2024", url = "\url{https://wiki.haskell.org/index.php?title=Existential_type&oldid=66764}", note = "[Online; accessed 24-April-2025]" }