CurryInfo: flatcurry-4.0.0 / FlatCurry.Files.getFlatCurryFileInLoadPath

definition:
getFlatCurryFileInLoadPath :: String -> IO String
getFlatCurryFileInLoadPath modname =
  getLoadPathForModule modname >>=
  getFileWithSuffix (flatCurryFileName modname) [""]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the name of the FlatCurry file of a module in the load path,
--- if this file exists.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getFlatCurryFileInLoadPath
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term