Expression value = arg.getValue();
if(value instanceof LitString) {
String str=((LitString)value).getString();
// update first arg
arg.setValue(new CollectionKey(str),Collection.Key.class.getName());
}
//print.out("bif:"+arg.getValue().getClass().getName());
}