Cite This Page
Bibliographic details for Unsafe functions
- Page name: Unsafe functions
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 8 June 2008 11:45 UTC
- Date retrieved: 26 May 2022 08:37 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223
- Page Version ID: 21223
Citation styles for Unsafe functions
APA style
Unsafe functions. (2008, June 8). HaskellWiki, . Retrieved 08:37, May 26, 2022 from https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223.
MLA style
"Unsafe functions." HaskellWiki, . 8 Jun 2008, 11:45 UTC. 26 May 2022, 08:37 <https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223>.
MHRA style
HaskellWiki contributors, 'Unsafe functions', HaskellWiki, , 8 June 2008, 11:45 UTC, <https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223> [accessed 26 May 2022]
Chicago style
HaskellWiki contributors, "Unsafe functions," HaskellWiki, , https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223 (accessed May 26, 2022).
CBE/CSE style
HaskellWiki contributors. Unsafe functions [Internet]. HaskellWiki, ; 2008 Jun 8, 11:45 UTC [cited 2022 May 26]. Available from: https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223.
Bluebook style
Unsafe functions, https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223 (last visited May 26, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Unsafe functions --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223", note = "[Online; accessed 26-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 = "Unsafe functions --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223}", note = "[Online; accessed 26-May-2022]" }