Cite This Page
Bibliographic details for Monomorphism by annotation of type variables
- Page name: Monomorphism by annotation of type variables
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 18 August 2021 08:33 UTC
- Date retrieved: 4 February 2023 14:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722
- Page Version ID: 64722
Citation styles for Monomorphism by annotation of type variables
APA style
Monomorphism by annotation of type variables. (2021, August 18). HaskellWiki, . Retrieved 14:36, February 4, 2023 from https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722.
MLA style
"Monomorphism by annotation of type variables." HaskellWiki, . 18 Aug 2021, 08:33 UTC. 4 Feb 2023, 14:36 <https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722>.
MHRA style
HaskellWiki contributors, 'Monomorphism by annotation of type variables', HaskellWiki, , 18 August 2021, 08:33 UTC, <https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722> [accessed 4 February 2023]
Chicago style
HaskellWiki contributors, "Monomorphism by annotation of type variables," HaskellWiki, , https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722 (accessed February 4, 2023).
CBE/CSE style
HaskellWiki contributors. Monomorphism by annotation of type variables [Internet]. HaskellWiki, ; 2021 Aug 18, 08:33 UTC [cited 2023 Feb 4]. Available from: https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722.
Bluebook style
Monomorphism by annotation of type variables, https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722 (last visited February 4, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Monomorphism by annotation of type variables --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722", note = "[Online; accessed 4-February-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 = "Monomorphism by annotation of type variables --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Monomorphism_by_annotation_of_type_variables&oldid=64722}", note = "[Online; accessed 4-February-2023]" }