CurryInfo: smtlib-3.0.0 / ParserComb.unexpected

definition: Info
 
unexpected :: Show tok => tok -> Parser tok a
unexpected t = Parser $ \_ -> Left $ "Unexpected token " ++ show t
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 unexpected
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Show a => a -> Parser a b
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms