aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBill Page <bill.page@newsynthesis.org>2016-04-05 11:57:40 -0400
committerBill Page <bill.page@newsynthesis.org>2016-04-05 11:57:40 -0400
commitd7b09fd7004f9ba8b9274be36378ddf5c9ff8438 (patch)
treee6a8c451c5dbf03a407da442caf2510dcf36ed3a /src
parent9be366caa7d9ca6d2c851f93939ad7d569d78aa8 (diff)
downloadopen-axiom-d7b09fd7004f9ba8b9274be36378ddf5c9ff8438.tar.gz
Fix conflict with catdef enumerate
Port change from FriCAS https://github.com/fricas/fricas/commit/dbf6a9b559e6872f5a3baa7e55a1c57130f1c335
Diffstat (limited to 'src')
-rw-r--r--src/algebra/lodof.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/lodof.spad.pamphlet b/src/algebra/lodof.spad.pamphlet
index aabb5d7d..ed513c73 100644
--- a/src/algebra/lodof.spad.pamphlet
+++ b/src/algebra/lodof.spad.pamphlet
@@ -62,7 +62,7 @@ SetOfMIntegersInOneToN(m, n): Exports == Implementation where
reallyEnumerate() == [[b, i] for b in enum(m, n) for i in 1..]
member?(p, s) == s.bits.p
- enumerate() ==
+ enumerate():Vector % ==
if empty? deref all then setref(all,reallyEnumerate())
deref all