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