Property definitions

core $ DuplexProtocol :: defaultinit
# Reader/Writer decorator over a duplex-capable stream
class DuplexProtocol
	super Duplex
	super WriterProtocol
	super ReaderProtocol

	redef type STREAM: Duplex
end
lib/core/protocol.nit:56,1--63,3