[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue STREAM-ACCESS



I don't think we want either

(typecase stream
	(two-way-stream ...)
	(echo-stream ...)


to behave in an implementation-dependent manner, or
to require that echo-stream be a subtype of two-way-stream.

You can always have a class that is their mutual 
superclass, i.e., that they both inherit from.

However, the relation between the streams in
echo and two-way is significantly different.