pub fn parse_lambda(input: &str) -> IResult<&str, Lambda<'_>>
Parse a lambda function, consuming all whitespace before it