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: 22 March 2025 00:03 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 00:03, March 22, 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. 22 Mar 2025, 00:03 <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 22 March 2025]
Chicago style
HaskellWiki contributors, "Avoiding partial functions," HaskellWiki, https://wiki.haskell.org/index.php?title=Avoiding_partial_functions&oldid=62115 (accessed March 22, 2025).
CBE/CSE style
HaskellWiki contributors. Avoiding partial functions [Internet]. HaskellWiki; 2017 Sep 4, 04:03 UTC [cited 2025 Mar 22]. 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 March 22, 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 22-March-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 22-March-2025]" }