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

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