minimal example: ``` i1 : F=frac(QQ[x]) o1 = F o1 : FractionField i2 : R=F[y]/(y^6) o2 = R o2 : QuotientRing i3 : factor(x^2-y^2) stdio:3:6:(3):[1]: error: key not found in hash table: monoid (of class Symbol) ```
minimal example: