-
Here: https://lhbg-book.link/04-markup/02-parsing_01.html#partial-functions, in the second paragraph, it is not explained why it is bad. IMHO, an explanation needs to be added. I don't know what it is --> can't open a PR :-) |
Beta Was this translation helpful? Give feedback.
Answered by
soupi
Sep 22, 2022
Replies: 1 comment
-
The answer here is because calling a partial function with an input it does not cover will result in a runtime exception or a hanging program. I'll try to make that clearer, and also create an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
refaelsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The answer here is because calling a partial function with an input it does not cover will result in a runtime exception or a hanging program. I'll try to make that clearer, and also create an issue for this.