CurryInfo: socket-3.0.0 / Network.Socket.connectToSocket

definition:
connectToSocket :: String -> Int -> IO Handle
connectToSocket host port = (prim_connectToSocket $## host) $# port
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Creates a new connection to a Unix socket.
--- Only IPv4 connections are currently possible.
--- @param host - the host name of the connection
--- @param port - the port number of the connection
--- @return the handle of the stream (connected to the port port@host)
---         which is both readable and writable
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
connectToSocket
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Int -> Prelude.IO System.IO.Handle
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms