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: 23 March 2023 04:18 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 04:18, March 23, 2023 from https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223.
MLA style
"Unsafe functions." HaskellWiki, . 8 Jun 2008, 11:45 UTC. 23 Mar 2023, 04:18 <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 23 March 2023]
Chicago style
HaskellWiki contributors, "Unsafe functions," HaskellWiki, , https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223 (accessed March 23, 2023).
CBE/CSE style
HaskellWiki contributors. Unsafe functions [Internet]. HaskellWiki, ; 2008 Jun 8, 11:45 UTC [cited 2023 Mar 23]. 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 March 23, 2023).
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 23-March-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 = "Unsafe functions --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Unsafe_functions&oldid=21223}", note = "[Online; accessed 23-March-2023]" }