CurryInfo: curry-interface-2.0.1 / CurryInterface.Parser.decls

definition:
decls :: Parser [IDecl]
decls = parseList tokenSemicolon decl
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A parser for a list of Declarations.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {<!>._#lambda7}}
name:
decls
precedence:
no precedence defined
result-values:
{<!>._#lambda7}
signature:
String -> [([CurryInterface.Types.IDecl], String)]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term