aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/catdef.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-13 17:58:48 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-13 17:58:48 +0000
commite3addef7d02f432fad8fc0886880f59c40000a5a (patch)
tree641b97e5eca86ac6782c870a247fc2a2e5c16789 /src/algebra/catdef.spad.pamphlet
parent57348f16a89792d9730e7d5694e3d0acc98157bc (diff)
downloadopen-axiom-e3addef7d02f432fad8fc0886880f59c40000a5a.tar.gz
* algebra/integer.spad.pamphlet (Integer): Remove attribute infinite.
Diffstat (limited to 'src/algebra/catdef.spad.pamphlet')
-rw-r--r--src/algebra/catdef.spad.pamphlet4
1 files changed, 1 insertions, 3 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: %