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