Function parse_higher_unop

Source
pub fn parse_higher_unop(input: &str) -> IResult<&str, Box<Expr<'_>>>