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: 11 October 2024 10:56 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 10:56, October 11, 2024 from https://wiki.haskell.org/index.php?title=Existential_type&oldid=66400.
MLA style
"Existential type." HaskellWiki, . 25 Oct 2023, 10:57 UTC. 11 Oct 2024, 10:56 <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 11 October 2024]
Chicago style
HaskellWiki contributors, "Existential type," HaskellWiki, , https://wiki.haskell.org/index.php?title=Existential_type&oldid=66400 (accessed October 11, 2024).
CBE/CSE style
HaskellWiki contributors. Existential type [Internet]. HaskellWiki, ; 2023 Oct 25, 10:57 UTC [cited 2024 Oct 11]. 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 October 11, 2024).
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 11-October-2024]" }
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 11-October-2024]" }