sclass WithPreciseProbability extends WithProbability { *() {} *(double p, A a) { super(p, a); } S renderedProbability() { ret str(probability); } }