diff options
Diffstat (limited to 'src/algebra/defaults.spad.pamphlet')
-rw-r--r-- | src/algebra/defaults.spad.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/defaults.spad.pamphlet b/src/algebra/defaults.spad.pamphlet index fd88008b..490ae98a 100644 --- a/src/algebra/defaults.spad.pamphlet +++ b/src/algebra/defaults.spad.pamphlet @@ -63,7 +63,7 @@ RepeatedDoubling(S):Exports ==Implementation where <<package FLASORT FiniteLinearAggregateSort>>= )abbrev package FLASORT FiniteLinearAggregateSort ++ FiniteLinearAggregateSort -++ Sort package (in-place) for shallowlyMutable Finite Linear Aggregates +++ Sort package (in-place) for ShallowlyMutable Finite Linear Aggregates ++ Author: Michael Monagan Sep/88 ++ RelatedOperations: sort ++ Description: @@ -72,7 +72,7 @@ RepeatedDoubling(S):Exports ==Implementation where FiniteLinearAggregateSort(S, V): Exports == Implementation where S: Type - V: FiniteLinearAggregate(S) with shallowlyMutable + V: Join(FiniteLinearAggregate S,ShallowlyMutableAggregate S) B ==> Boolean I ==> Integer |