CurryInfo: smtlib-3.0.0 / Language.SMTLIB.Parser.parseErrorRsp

definition:
parseErrorRsp :: SMTParser SMT.CmdResponse
parseErrorRsp =  terminal KW_error *> return SMT.ErrorRsp <*> parseStr
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- parser for an error response
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
parseErrorRsp
precedence:
no precedence defined
result-values:
_
signature:
ParserComb.Parser Language.SMTLIB.Scanner.Token Language.SMTLIB.Types.CmdResponse
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term