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