qo
qo copied to clipboard
Add exhaustive match
Adds the idea of an exhaustive match to the API that will fail if a match has not been found as a response to #25
Need to add the same option to PatternMatch.mixin
method
Added a few more enhancements to the idea to provide better error messages, as well as a pessimistic and optimistic version of failure. Thoughts?