sockets-0.4.0.0: src-stream-send-two/Stream/Send/Buffer/B.hsig
signature Stream.Send.Buffer.B where -- This signature is just a copy of Socket.Buffer -- from src-buffer. I do not know of a way to reuse -- the signature instead of duplicating it. import Prelude (Int) data Buffer advance :: Buffer -> Int -> Buffer length :: Buffer -> Int