CurryInfo: cpns-3.0.0 / Network.CPNS.getPortInfo

definition: Info
 
getPortInfo :: String -> String -> IO (Int,Int)
getPortInfo pname host = cpnsTryGetAnswer host (GetRegister pname)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Gets the information about a symbolic port (first argument)
at some host (second argument).
If there is no registration, `(0,0)` is returned, otherwise a pair
consisting of a socket and port number.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 getPortInfo
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> String -> Prelude.IO (Prelude.Int, Prelude.Int)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term