CurryInfo: currybrowse-3.0.0 / Imports.getImportedInterfaces

definition:
getImportedInterfaces :: String -> IO [(String,InterfaceOrFlatProg)]
getImportedInterfaces mod = do
  imps <- readFlatCurryIntWithImports mod
  return (map (\prog -> (progName prog, IF prog)) imps)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Get all interfaces (i.e., main and all indirectly imported modules)
--- of a program:
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getImportedInterfaces
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO [(String, InterfaceOrFlatProg)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term