CurryInfo: dimacs-3.0.0 / DetParser.<$>

definition:
(<$>) :: (a -> b) -> Parser token a -> Parser token b
f <$> p = yield f <*> p
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Apply unary function `f` to result of parser `p`
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {<*>._#lambda1}}
name:
<$>
precedence:
no precedence defined
result-values:
{<*>._#lambda1}
signature:
(a -> b) -> ([c] -> Prelude.Either String ([c], a)) -> [c]
-> Prelude.Either String ([c], b)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms