diff options
Diffstat (limited to 'src/algebra/sortpak.spad.pamphlet')
-rw-r--r-- | src/algebra/sortpak.spad.pamphlet | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/algebra/sortpak.spad.pamphlet b/src/algebra/sortpak.spad.pamphlet index 747e8eec..f9823221 100644 --- a/src/algebra/sortpak.spad.pamphlet +++ b/src/algebra/sortpak.spad.pamphlet @@ -16,8 +16,7 @@ ++ This package exports sorting algorithnms SortPackage(S,A) : Exports == Implementation where S: Type - A: IndexedAggregate(Integer,S) - with (finiteAggregate; shallowlyMutable) + A: Join(IndexedAggregate(Integer,S),FiniteAggregate S) with shallowlyMutable Exports == with bubbleSort!: (A,(S,S) -> Boolean) -> A |