pub fn is_constant_binding(expr: &TLExpr) -> bool
Returns true if expr is a constant literal (Constant(_)).
true
expr
Constant(_)