static Set ai_expandCluster_quoteUnquote(Set cluster) { for (S s : cloneList(cluster)) cluster.add(quoteOrUnquote(s)); ret cluster; }