definition: |
getInterfaceInfos :: (Read a, ReadWrite a) => DLevel -> String -> [String] -> IO (ProgInfo a) getInterfaceInfos _ _ [] = return emptyProgInfo getInterfaceInfos dl anaName (mod:mods) = do modInfo <- loadPublicAnalysis dl anaName mod modsInfo <- getInterfaceInfos dl anaName mods return (combineProgInfo modInfo modsInfo) |
demand: |
argument 5 |
deterministic: |
deterministic operation |
documentation: |
-- loads analysis results for a list of modules |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_,{[]}) |-> _ || (_,_,_,_,{:}) |-> _} |
name: |
getInterfaceInfos |
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 |