sclass Stringifier_ToString is IStringifier { public S toString(O o) { ret str(o); } }