aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/exposed.lsp.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-14 08:25:17 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-14 08:25:17 +0000
commit48ce2222cc914d9eb522d0d474b9d48499bb891a (patch)
tree88ee6ee90d338a9b20387b6174c5ed437a0360de /src/algebra/exposed.lsp.pamphlet
parentcb2898bace89b16b4deae484375513c12a2d3b47 (diff)
downloadopen-axiom-48ce2222cc914d9eb522d0d474b9d48499bb891a.tar.gz
* algebra/net.spad.pamphlet (Conduit): New.
(InputByteConduit): Likewise. (OutputByteConduit): Likewise. (InputOutputByteConduit): Likewise. * algebra/exposed.lsp.pamphlet: Expose Conduit, InputByteConduit, OutputByteConduit, InputOutputByteConduit. * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Include CONDUIT. (axiom_algebra_layer_13): Include INBCON, INBCON-, OUTBCON, OUTBCON-. (axiom_algebra_layer_14): Include IOBCON.
Diffstat (limited to 'src/algebra/exposed.lsp.pamphlet')
-rw-r--r--src/algebra/exposed.lsp.pamphlet4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet
index 4a729c69..a4b5a8c4 100644
--- a/src/algebra/exposed.lsp.pamphlet
+++ b/src/algebra/exposed.lsp.pamphlet
@@ -572,6 +572,7 @@
(|CombinatorialOpsCategory| . COMBOPC)
(|CommutativeRing| . COMRING)
(|ComplexCategory| . COMPCAT)
+ (|Conduit| . CONDUIT)
(|ConvertibleTo| . KONVERT)
(|DequeueAggregate| . DQAGG)
(|Dictionary| . DIAGG)
@@ -627,6 +628,8 @@
(|IndexedAggregate| . IXAGG)
(|IndexedDirectProductCategory| . IDPC)
(|InnerEvalable| . IEVALAB)
+ (|InputByteConduit| . INBCON)
+ (|InputOutputByteConduit| IOBCON)
(|IntegerNumberSystem| . INS)
(|IntegralDomain| . INTDOM)
(|IntervalCategory| . INTCAT)
@@ -670,6 +673,7 @@
(|OrderedMultisetAggregate| . OMSAGG)
(|OrderedRing| . ORDRING)
(|OrderedSet| . ORDSET)
+ (|OutputByteConduit| . OUTBCON)
(|PAdicIntegerCategory| . PADICCT)
(|PartialDifferentialRing| . PDRING)
(|PartialTranscendentalFunctions| . PTRANFN)