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

definition:
importDecl :: Parser IImportDecl
importDecl = IImportDecl <$> (tokenImport *!*> moduleIdent <* tokenSemicolon <* skipSomeWs)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A parser for an Import Declaration.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
importDecl
precedence:
no precedence defined
result-values:
{.._#lambda508}
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