Closed elbrujohalcon closed 1 year ago
Note that I did my analysis and only case statement suffer from this problem, since:
case
if
receive
maybe
try
Note that I did my analysis and only
case
statement suffer from this problem, since:if
s have no expression outside of the clausesreceive
s,maybe
s and functionstry
s can totally have matches in their expressions. That's perfectly fine.