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