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