pub fn is_simple_binding(expr: &TLExpr) -> bool
Returns true if expr is a “simple” binding worth inlining regardless of use count: either a constant or a variable alias.
true
expr