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