socket-0.1.0.0: src/System/Socket/Type/DGRAM.hsc
module System.Socket.Type.DGRAM where import System.Socket.Type #include "sys/socket.h" #include "netinet/in.h" data DGRAM instance Type DGRAM where typeNumber _ = (#const SOCK_DGRAM)
module System.Socket.Type.DGRAM where import System.Socket.Type #include "sys/socket.h" #include "netinet/in.h" data DGRAM instance Type DGRAM where typeNumber _ = (#const SOCK_DGRAM)