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: 27 May 2022 12:02 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Import&oldid=62839
- Page Version ID: 62839
Citation styles for Import
APA style
Import. (2019, March 26). HaskellWiki, . Retrieved 12:02, May 27, 2022 from https://wiki.haskell.org/index.php?title=Import&oldid=62839.
MLA style
"Import." HaskellWiki, . 26 Mar 2019, 05:26 UTC. 27 May 2022, 12:02 <https://wiki.haskell.org/index.php?title=Import&oldid=62839>.
MHRA style
HaskellWiki contributors, 'Import', HaskellWiki, , 26 March 2019, 05:26 UTC, <https://wiki.haskell.org/index.php?title=Import&oldid=62839> [accessed 27 May 2022]
Chicago style
HaskellWiki contributors, "Import," HaskellWiki, , https://wiki.haskell.org/index.php?title=Import&oldid=62839 (accessed May 27, 2022).
CBE/CSE style
HaskellWiki contributors. Import [Internet]. HaskellWiki, ; 2019 Mar 26, 05:26 UTC [cited 2022 May 27]. Available from: https://wiki.haskell.org/index.php?title=Import&oldid=62839.
Bluebook style
Import, https://wiki.haskell.org/index.php?title=Import&oldid=62839 (last visited May 27, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Import --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Import&oldid=62839", note = "[Online; accessed 27-May-2022]" }
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=62839}", note = "[Online; accessed 27-May-2022]" }