Module Unix_syscalls.Socket.Type

module Type: sig .. end

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