CurryInfo: flatcurry-4.0.0 / FlatCurry.Files.lookupFlatCurryFileInLoadPath

definition:
lookupFlatCurryFileInLoadPath :: String -> IO (Maybe String)
lookupFlatCurryFileInLoadPath modname =
  getLoadPathForModule modname >>=
  findFileWithSuffix (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:
lookupFlatCurryFileInLoadPath
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO (Prelude.Maybe String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term