CurryInfo: curry-ast-3.1.0 / Curry.Files.readFullAST

definition:
readFullAST :: String -> IO (Module ())
readFullAST progname =
  readFullASTWithParseOptions progname (setQuiet True defaultParams)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Reads the AST from a specified module
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readFullAST
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO (Curry.Types.Module ())
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term