diff options
Diffstat (limited to 'src/algebra/aggcat.spad.pamphlet')
-rw-r--r-- | src/algebra/aggcat.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/aggcat.spad.pamphlet b/src/algebra/aggcat.spad.pamphlet index a23c9e4e..67f5a488 100644 --- a/src/algebra/aggcat.spad.pamphlet +++ b/src/algebra/aggcat.spad.pamphlet @@ -60,7 +60,7 @@ Aggregate: Category == Type with if % has finiteAggregate then #: % -> NonNegativeInteger ++ # u returns the number of items in u. add - eq?(a,b) == EQ(a,b)$Lisp + eq?(a,b) == %peq(a,b)$Foreign(Builtin) sample() == empty() if % has finiteAggregate then empty? a == #a = 0 |