CurryInfo: cpm-3.3.0 / CPM.FileUtil.tempDir

definition:
tempDir :: IO String
tempDir = do
  t   <- getTemporaryDirectory
  pid <- getPID
  return (t </> "cpm" ++ show pid)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Gets a temporary directory for some CPM command.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
tempDir
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