pub fn parse_pattern_match( input: &str, ) -> IResult<&str, (Pattern<'_>, Expr<'_>)>
Parse a pattern match