} else if (isLetStarUsage<ISExpression>(expr)) {
            const bindingsString = expr.bindings
                .map(
                    ([v, e]: [IVariable<ISExpression>, IExpression<ISExpression>]) =>
                        `(${v} ${this.objectToString_ApostrophesToQuoteKeywords(e)})`