56575859606162
return exp; } public IMapEntry toMapEntry(Object key) { if (!isBound()) throw new KissException("Free symbols cannot be resolved: "+unboundDeps.toString()); return new MapEntry((Symbol)key,value); }