CurryInfo: cass-4.1.0 / CASS.Configuration.getServerAddress

definition:
getServerAddress :: IO String
getServerAddress = return "127.0.0.1" -- run only on local machine
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The address of the server when it is connected from the worker clients.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getServerAddress
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms