Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Net.TCP_Client
Documentation
initialize :: forall {io} {c :: Type -> Type} {v :: Type -> Type}. (ChannelIO c io, ForkIO io, DelayIO io, MVarIO v io) => ([Char] -> io ()) -> Addr -> Interface io TCPPacketIn (Packet (Packet OutPacket)) -> io (Interface io) Source #