CurryInfo: flatcurry-4.0.0 / FlatCurry.Read.readFlatCurryInPath

definition:
readFlatCurryInPath :: [String] -> String -> IO Prog
readFlatCurryInPath loadpath modname = do
  [prog] <- readFlatCurryFileInPath False False loadpath modname [".fcy"]
  return prog
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Reads a FlatCurry program together in a given load path.
--- The arguments are a load path and the name of the module.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
readFlatCurryInPath
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