definition: |
(<$>) :: (res1->res2) -> Grappa t res1 -> Grappa t res2 f <$> p = pSucceed f <*> p |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> {<*>}} |
name: |
<$> |
precedence: |
no precedence defined |
result-values: |
{<*>} |
signature: |
(a -> b) -> ([(c, [Prelude.Int])] -> (a, [(c, [Prelude.Int])])) -> [(c, [Prelude.Int])] -> (b, [(c, [Prelude.Int])]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |