definition: |
parseTValPair :: SMTParser (SMT.Symbol, Bool) parseTValPair = terminal LParen *> return (,) <*> parseSym <*> parseBool <* terminal RParen |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- parser for a t-valuation pair |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
parseTValPair |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ParserComb.Parser Language.SMTLIB.Scanner.Token (String, Prelude.Bool) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |