socket-0.3.0.1: src/System/Socket/Type/SEQPACKET.hsc
module System.Socket.Type.SEQPACKET where import System.Socket.Type #include "hs_socket.h" data SEQPACKET instance Type SEQPACKET where typeNumber _ = (#const SOCK_SEQPACKET)
module System.Socket.Type.SEQPACKET where import System.Socket.Type #include "hs_socket.h" data SEQPACKET instance Type SEQPACKET where typeNumber _ = (#const SOCK_SEQPACKET)