Cite This Page
Bibliographic details for Existential types
- Page name: Existential types
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 February 2006 07:21 UTC
- Date retrieved: 21 March 2023 22:01 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509
- Page Version ID: 2509
Citation styles for Existential types
APA style
Existential types. (2006, February 23). HaskellWiki, . Retrieved 22:01, March 21, 2023 from https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509.
MLA style
"Existential types." HaskellWiki, . 23 Feb 2006, 07:21 UTC. 21 Mar 2023, 22:01 <https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509>.
MHRA style
HaskellWiki contributors, 'Existential types', HaskellWiki, , 23 February 2006, 07:21 UTC, <https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509> [accessed 21 March 2023]
Chicago style
HaskellWiki contributors, "Existential types," HaskellWiki, , https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509 (accessed March 21, 2023).
CBE/CSE style
HaskellWiki contributors. Existential types [Internet]. HaskellWiki, ; 2006 Feb 23, 07:21 UTC [cited 2023 Mar 21]. Available from: https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509.
Bluebook style
Existential types, https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509 (last visited March 21, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Existential types --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509", note = "[Online; accessed 21-March-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 types --- HaskellWiki{,} ", year = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Existential_types&oldid=2509}", note = "[Online; accessed 21-March-2023]" }