aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/aggcat.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/aggcat.spad.pamphlet')
-rw-r--r--src/algebra/aggcat.spad.pamphlet4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/algebra/aggcat.spad.pamphlet b/src/algebra/aggcat.spad.pamphlet
index 12fa9485..3ed7ceca 100644
--- a/src/algebra/aggcat.spad.pamphlet
+++ b/src/algebra/aggcat.spad.pamphlet
@@ -2684,9 +2684,6 @@ BitAggregate(): Category ==
"not": % -> %
++ not(b) returns the logical {\em not} of bit aggregate
++ \axiom{b}.
- "^" : % -> %
- ++ ^ b returns the logical {\em not} of bit aggregate
- ++ \axiom{b}.
nand : (%, %) -> %
++ nand(a,b) returns the logical {\em nand} of bit aggregates \axiom{a}
++ and \axiom{b}.
@@ -2705,7 +2702,6 @@ BitAggregate(): Category ==
add
not v == map(_not, v)
- _^ v == map(_not, v)
_~(v) == map(_~, v)
_/_\(v, u) == map(_/_\, v, u)
_\_/(v, u) == map(_\_/, v, u)