module Socket: sig .. end
sig
end
Tcp
type 'a t
'a
val shutdown : 'a t -> [ `Both | `Receive | `Send ] -> unit
'a t -> [ `Both | `Receive | `Send ] -> unit
module Address: sig .. end