diff options
Diffstat (limited to 'src/algebra/resring.spad.pamphlet')
-rw-r--r-- | src/algebra/resring.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/resring.spad.pamphlet b/src/algebra/resring.spad.pamphlet index 5137df07..343c34ca 100644 --- a/src/algebra/resring.spad.pamphlet +++ b/src/algebra/resring.spad.pamphlet @@ -60,7 +60,7 @@ ResidueRing(F,Expon,VarSet,FPol,LFPol) : Dom == Body (n : Integer) * x == n *$Rep x (a : F) * x == a *$Rep x x = y == x =$Rep y - characteristic() == characteristic()$F + characteristic == characteristic$F coerce(x) : OutputForm == coerce(x)$Rep @ |