definition:
|
analyzeGeneric :: (Eq a, Read a, Show a, ReadWrite a)
=> Analysis a -> String -> IO (Either (ProgInfo a) String)
analyzeGeneric = analyzeGenericWithDebug Nothing
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Start the analysis system with a particular analysis.
--- The analysis must be a registered one if workers are used.
--- If it is a combined analysis, the base analysis must be also
--- a registered one. The options are read from the rc file.
--- Returns either the analysis information or an error message.
|
indeterministic:
|
might be indeterministic
|
infix:
|
no fixity defined
|
name:
|
analyzeGeneric
|
precedence:
|
no precedence defined
|
result-values:
|
{analyzeGenericWithDebug}
|
signature:
|
(Prelude.Eq a, Prelude.Read a, Prelude.Show a, RW.Base.ReadWrite a) => Analysis.Types.Analysis a
-> String -> Prelude.IO (Prelude.Either (Analysis.ProgInfo.ProgInfo a) String)
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|