CurryInfo: flatcurry-4.0.0 / FlatCurry.Read.readFlatCurryWithImportsInPath

definition:
readFlatCurryWithImportsInPath :: [String] -> String -> IO [Prog]
readFlatCurryWithImportsInPath loadpath modname =
  readFlatCurryFileInPath True False loadpath modname [".fcy"]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads a FlatCurry program together with all its imported modules
--- in a given load path.
--- The arguments are a load path and the name of the main module.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
readFlatCurryWithImportsInPath
precedence:
no precedence defined
result-values:
_
signature:
[String] -> 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