CurryInfo: curry-interface-2.0.1 / CurryInterface.Files.readCurryInterface

definition:
readCurryInterface :: String -> IO Interface
readCurryInterface modname =
  readCurryInterfaceWithParseOptions modname (setQuiet True defaultParams)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- I/O action which parses a Curry interface and returns it as a data structure.
--- The argument is the module name (without suffix ".curry" or ".lcurry").
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readCurryInterface
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO CurryInterface.Types.Interface
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term