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