aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/kl.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/kl.spad.pamphlet')
-rw-r--r--src/algebra/kl.spad.pamphlet8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/algebra/kl.spad.pamphlet b/src/algebra/kl.spad.pamphlet
index bcd07b86..6dfa0358 100644
--- a/src/algebra/kl.spad.pamphlet
+++ b/src/algebra/kl.spad.pamphlet
@@ -68,12 +68,12 @@ SortedCache(S:CachableSet): Exports == Implementation where
shiftCache(l, n) ==
for x in l repeat setPosition(x, n + position x)
- void
+ void()
clearCache() ==
- for x in cache repeat setPosition(x, 0)
+ for x in cache() repeat setPosition(x, 0)
setref(cach,nil$List(S))
- void
+ void()
enterInCache(x:S, equal?:S -> Boolean) ==
scan := cache()
@@ -272,7 +272,7 @@ KernelFunctions2(R: SetCategory, S: SetCategory): with
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
---Copyright (C) 2007-2009, Gabriel Dos Reis.
+--Copyright (C) 2007-2010, Gabriel Dos Reis.
--All rights reserved.
--
--Redistribution and use in source and binary forms, with or without