Note that this issue is a special case of #334. We may want to support wildcard patterns (e.g., a la _ in Haskell) as a special case before we try to implement more generally flexible pattern matching. These should be relatively easy for beginners to understand and should be quite useful.
Note that implementing this will require some sort of overlap checker.
(There are Primer frontend UI issues to consider here, as well, but we should do that on the primer-app repo.)
Note that this issue is a special case of #334. We may want to support wildcard patterns (e.g., a la
_in Haskell) as a special case before we try to implement more generally flexible pattern matching. These should be relatively easy for beginners to understand and should be quite useful.Note that implementing this will require some sort of overlap checker.
(There are Primer frontend UI issues to consider here, as well, but we should do that on the
primer-apprepo.)