From 48ce2222cc914d9eb522d0d474b9d48499bb891a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 14 Sep 2008 08:25:17 +0000 Subject: * 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. --- src/algebra/exposed.lsp.pamphlet | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/algebra/exposed.lsp.pamphlet') 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) -- cgit v1.2.3