module Cf_sock_common:Object-oriented interface to extended network sockets interface.sig
..end
An alternative to the imperative functions interface described above is the
object-oriented interface. With the object-oriented interface, type
constraints guard against more opportunities for runtime exceptions, but
the API is substantially different from the Berkeley sockets API.
class type endpoint =object
..end
module type T =sig
..end
module Create: