CurryInfo: cass-4.1.0 / CASS.Registry.runAnalysisWithWorkers

definition:
runAnalysisWithWorkers :: CConfig -> String -> OutputFormat -> AOutFormat
                       -> Bool -> [Handle]
                       -> String -> IO (Either (ProgInfo String) String)
runAnalysisWithWorkers cc ananame outformat aoutformat enforce handles
                       moduleName =
  (lookupRegAnaServer ananame)
    cc moduleName enforce handles outformat (Just aoutformat)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--------------------------------------------------------------------
-- Run an analysis with a given name on a given module with a list
-- of workers identified by their handles and return the analysis results.
failfree:
<FAILING>
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_) |-> _}
name:
runAnalysisWithWorkers
precedence:
no precedence defined
result-values:
_
signature:
CASS.Configuration.CConfig -> String -> CASS.ServerFormats.OutputFormat
-> Analysis.Types.AOutFormat -> Prelude.Bool -> [System.IO.Handle] -> String
-> Prelude.IO (Prelude.Either (Analysis.ProgInfo.ProgInfo String) String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term