withExpressionsOrdered

inline fun <T : KSort, R> withExpressionsOrdered(lhs: KExpr<T>, rhs: KExpr<T>, body: (KExpr<T>, KExpr<T>) -> R): R