Compiler Error Suggestion for `Match.orElse` in TypeScript
Hi!
Match.exhaustive throws a compiler error, when there is a non coveraged case. I think the same way Match.orElse should throw compile error when there is no other option, what do you think?