aboutsummaryrefslogtreecommitdiff
path: root/src/algebra
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra')
-rw-r--r--src/algebra/catdef.spad.pamphlet4
-rw-r--r--src/algebra/integer.spad.pamphlet2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/algebra/catdef.spad.pamphlet b/src/algebra/catdef.spad.pamphlet
index 668b63b7..e546bb01 100644
--- a/src/algebra/catdef.spad.pamphlet
+++ b/src/algebra/catdef.spad.pamphlet
@@ -1963,12 +1963,10 @@ SetCategory(): Category == Join(BasicType,CoercibleTo OutputForm) with
++ return duplicate items and only return "failed" after exhausting
++ all elements of the domain.
++ This assumes that the sequence starts with \spad{init()}.
-++ For infinite domains, repeated application
+++ For non-fiinite domains, repeated application
++ of \spadfun{nextItem} is not required to reach all possible domain elements
++ starting from any initial element.
++
-++ Conditional attributes:
-++ infinite\tab{15}repeated \spad{nextItem}'s are never \spad{nothing}.
StepThrough(): Category == SetCategory with
--operations
init: %
diff --git a/src/algebra/integer.spad.pamphlet b/src/algebra/integer.spad.pamphlet
index 050009ea..198b3afa 100644
--- a/src/algebra/integer.spad.pamphlet
+++ b/src/algebra/integer.spad.pamphlet
@@ -77,8 +77,6 @@ Integer: IntegerNumberSystem with
++ two positives multiply to give positive.
noetherian
++ ascending chain condition on ideals.
- infinite
- ++ nextItem never returns \spad{nothing}.
== add
ZP ==> SparseUnivariatePolynomial %
ZZP ==> SparseUnivariatePolynomial Integer