CurryInfo: dimacs-3.0.0 / DetParser.yield

definition:
yield :: a -> Parser token a
yield x ts = Right (ts, x)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A parser with `x` as representation while consuming no tokens.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {Right}}
name:
yield
precedence:
no precedence defined
result-values:
{Right}
signature:
a -> [b] -> Prelude.Either String ([b], a)
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms