Cite This Page
Bibliographic details for Safe Haskell
- Page name: Safe Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 5 August 2021 03:00 UTC
- Date retrieved: 21 January 2025 19:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673
- Page Version ID: 64673
Citation styles for Safe Haskell
APA style
Safe Haskell. (2021, August 5). HaskellWiki. Retrieved 19:59, January 21, 2025 from https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673.
MLA style
"Safe Haskell." HaskellWiki. 5 Aug 2021, 03:00 UTC. 21 Jan 2025, 19:59 <https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673>.
MHRA style
HaskellWiki contributors, 'Safe Haskell', HaskellWiki, 5 August 2021, 03:00 UTC, <https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673> [accessed 21 January 2025]
Chicago style
HaskellWiki contributors, "Safe Haskell," HaskellWiki, https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673 (accessed January 21, 2025).
CBE/CSE style
HaskellWiki contributors. Safe Haskell [Internet]. HaskellWiki; 2021 Aug 5, 03:00 UTC [cited 2025 Jan 21]. Available from: https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673.
Bluebook style
Safe Haskell, https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673 (last visited January 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Safe Haskell --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673", note = "[Online; accessed 21-January-2025]" }
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 = "Safe Haskell --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Safe_Haskell&oldid=64673}", note = "[Online; accessed 21-January-2025]" }