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