data IpAddressFamily : TypefamilyAsInt : IpAddressFamily -> Intrecord TCPOptions : TypeMkTCPOptons : Int -> Maybe String -> Maybe String -> Maybe Int -> IpAddressFamily -> Bool -> Bool -> Int -> TCPOptions.family : TCPOptions -> IpAddressFamily.host : TCPOptions -> Maybe String.keepAlive : TCPOptions -> Bool.keepAliveInitialDelay : TCPOptions -> Int.localAddress : TCPOptions -> Maybe String.localPort : TCPOptions -> Maybe Int.noDelay : TCPOptions -> Bool.port : TCPOptions -> Int.port : TCPOptions -> Intport : TCPOptions -> Int.host : TCPOptions -> Maybe Stringhost : TCPOptions -> Maybe String.localAddress : TCPOptions -> Maybe StringlocalAddress : TCPOptions -> Maybe String.localPort : TCPOptions -> Maybe IntlocalPort : TCPOptions -> Maybe Int.family : TCPOptions -> IpAddressFamilyfamily : TCPOptions -> IpAddressFamily.noDelay : TCPOptions -> BoolnoDelay : TCPOptions -> Bool.keepAlive : TCPOptions -> BoolkeepAlive : TCPOptions -> Bool.keepAliveInitialDelay : TCPOptions -> IntkeepAliveInitialDelay : TCPOptions -> Intrecord IPCOptions : TypeMkIPCOptions : String -> IPCOptions.path : IPCOptions -> String.path : IPCOptions -> Stringpath : IPCOptions -> Stringoptions : SocketType -> TypedefaultTCPOptions : Int -> options TCPdefaultIPCOptions : String -> options IPCconvertOptions : (t : SocketType) -> options t -> Node (options t)