pub fn is_bool_lit(expr: &Expr) -> bool
returns true if expr is a Expr::Literal(ScalarValue::Boolean(v)) , false otherwise
Expr::Literal(ScalarValue::Boolean(v))