CurryInfo: cpns-3.0.0 / Network.CPNS.Config.getStartupLockFile

definition:
getStartupLockFile :: IO String
getStartupLockFile = do
  tmp <- getTemporaryDirectory
  return $ tmp </> "Curry_CPNSD.lock"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Gets name of lock file to coordinate the startup of the CPNS demon.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getStartupLockFile
precedence:
no precedence defined
result-values:
_
signature:
Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term