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

definition:
readShortAST :: String -> IO (Module ())
readShortAST progname =
  readShortASTWithParseOptions progname (setQuiet True defaultParams)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Reads the short-AST from a specified module
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
readShortAST
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