aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/sortpak.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/sortpak.spad.pamphlet')
-rw-r--r--src/algebra/sortpak.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/sortpak.spad.pamphlet b/src/algebra/sortpak.spad.pamphlet
index f9823221..3b8d5cf0 100644
--- a/src/algebra/sortpak.spad.pamphlet
+++ b/src/algebra/sortpak.spad.pamphlet
@@ -16,7 +16,7 @@
++ This package exports sorting algorithnms
SortPackage(S,A) : Exports == Implementation where
S: Type
- A: Join(IndexedAggregate(Integer,S),FiniteAggregate S) with shallowlyMutable
+ A: Join(IndexedAggregate(Integer,S),FiniteAggregate S,ShallowlyMutableAggregate S)
Exports == with
bubbleSort!: (A,(S,S) -> Boolean) -> A