static L allToSymbol(L l) { ifdef SymbolAsString ret l; endifdef ifndef SymbolAsString L out = emptyList(l); for (S s : l) out.add(toSymbol(s)); ret out; endifndef }