Net.IO
val return : 'a -> 'a t
type ic = Net.IO.ic
type oc = Net.IO.oc
type conn = Net.IO.conn
val with_input_buffer :
ic ->
f:(string -> pos:int -> len:int -> 'a * int) ->
'a
type error = Net.IO.error
val pp_error : Stdlib.Format.formatter -> error -> unit