CurryInfo: flatcurry-4.0.0 / FlatCurry.Read.readFlatCurryWithImports

definition:
readFlatCurryWithImports :: String -> IO [Prog]
readFlatCurryWithImports modname = do
  loadpath <- getLoadPathForModule modname
  readFlatCurryFileInPath True False loadpath (takeFileName modname) [".fcy"]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads a FlatCurry program together with all its imported modules.
--- The argument is the name of the main module,
--- possibly with a directory prefix.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readFlatCurryWithImports
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO [FlatCurry.Types.Prog]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term