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