Open eloots opened 4 years ago
Adding pattern guards on case clauses leads to the inability of the compiler to check if a pattern match is complete. Let's remove this to illustrate how this should be done. Move the tests inside the expression executed.
Adding pattern guards on case clauses leads to the inability of the compiler to check if a pattern match is complete. Let's remove this to illustrate how this should be done. Move the tests inside the expression executed.