Module Unix_syscalls.Socket.Family

module Family: sig .. end

type [< `Inet of Unix_syscalls.Inet_addr.t * int | `Unix of string ] t 
val unix : Unix_syscalls.Socket.unix t
val inet : Unix_syscalls.Socket.inet t