cloe-lang/cloe

Fix match expressions' unmatch handling

raviqqe opened this issue · 0 comments

Although, currently, unmatch handling in match expressions is implemented by exceptions, this causes bugs in which unmatch errors which happen in inner match expressions are catched by outer ones and they may return default values hiding the errors.