Cite This Page
Bibliographic details for Avoiding partial functions
- Page name: Avoiding partial functions
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 4 September 2017 04:03 UTC
- Date retrieved: 17 January 2025 21:37 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115
- Page Version ID: 62115
Citation styles for Avoiding partial functions
APA style
Avoiding partial functions. (2017, September 4). HaskellWiki. Retrieved 21:37, January 17, 2025 from https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115.
MLA style
"Avoiding partial functions." HaskellWiki. 4 Sep 2017, 04:03 UTC. 17 Jan 2025, 21:37 <https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115>.
MHRA style
HaskellWiki contributors, 'Avoiding partial functions', HaskellWiki, 4 September 2017, 04:03 UTC, <https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115> [accessed 17 January 2025]
Chicago style
HaskellWiki contributors, "Avoiding partial functions," HaskellWiki, https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115 (accessed January 17, 2025).
CBE/CSE style
HaskellWiki contributors. Avoiding partial functions [Internet]. HaskellWiki; 2017 Sep 4, 04:03 UTC [cited 2025 Jan 17]. Available from: https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115.
Bluebook style
Avoiding partial functions, https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115 (last visited January 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Avoiding partial functions --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115", note = "[Online; accessed 17-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 = "Avoiding partial functions --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115}", note = "[Online; accessed 17-January-2025]" }