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

definition:
loadPublicAnalysis :: (Read a, ReadWrite a) => DLevel -> String -> String
                   -> IO (ProgInfo a)
loadPublicAnalysis dl anaName moduleName =
  getAnalysisPublicFile moduleName anaName >>= readAnalysisPublicFile dl
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads analysis result from file for the public entities of a given module.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_,_) |-> _}
name:
loadPublicAnalysis
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Read a, RW.Base.ReadWrite a) => Analysis.Logging.DLevel -> String
-> String -> Prelude.IO (Analysis.ProgInfo.ProgInfo a)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term