aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/modring.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/modring.spad.pamphlet')
-rw-r--r--src/algebra/modring.spad.pamphlet4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/algebra/modring.spad.pamphlet b/src/algebra/modring.spad.pamphlet
index a7308223..a4013304 100644
--- a/src/algebra/modring.spad.pamphlet
+++ b/src/algebra/modring.spad.pamphlet
@@ -116,7 +116,7 @@ EuclideanModularRing(S,R,Mod,reduction:(R,Mod) -> R,
R : UnivariatePolynomialCategory S
Mod : AbelianMonoid
- C == EuclideanDomain with
+ C == Join(EuclideanDomain, Eltable(R,R)) with
modulus : % -> Mod
++ modulus(x) \undocumented
coerce : % -> R
@@ -129,8 +129,6 @@ EuclideanModularRing(S,R,Mod,reduction:(R,Mod) -> R,
++ recip(x) \undocumented
inv : % -> %
++ inv(x) \undocumented
- elt : (%, R) -> R
- ++ elt(x,r) or x.r \undocumented
T == ModularRing(R,Mod,reduction,merge,exactQuo) add