CurryInfo: cass-analysis-4.0.0 / Analysis.Files.getAnalysisPrivateFile

definition:
getAnalysisPrivateFile :: String -> String -> IO String
getAnalysisPrivateFile modname ananame =
  fmap (<.> "priv") $ getAnalysisBaseFile modname ananame
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Get the file name in which public analysis results are stored.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
getAnalysisPrivateFile
precedence:
no precedence defined
result-values:
_
signature:
String -> String -> Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term