aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/sups.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/sups.spad.pamphlet')
-rw-r--r--src/algebra/sups.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/sups.spad.pamphlet b/src/algebra/sups.spad.pamphlet
index 289a0f64..6ab0b1f3 100644
--- a/src/algebra/sups.spad.pamphlet
+++ b/src/algebra/sups.spad.pamphlet
@@ -619,7 +619,7 @@ InnerSparseUnivariatePowerSeries(Coef): Exports == Implementation where
-- try to compute the order of 'ups2'
n : I := _$streamCount$Lisp
for i in 1..n while not explicitEntries? y repeat
- explicitlyEmpty? y => coefficient(ups1,0) :: %
+ explicitlyEmpty? y => return coefficient(ups1,0) :: %
lazyEvaluate y
explicitlyEmpty? y => coefficient(ups1,0) :: %
yOrd : I :=