definition: |
(<*) :: Grappa t res1 -> Grappa t res2 -> Grappa t res1 p <* q = (\x _ -> x) <$> p <*> q |
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, [Prelude.Int])] -> (b, [(a, [Prelude.Int])])) -> ([(a, [Prelude.Int])] -> (c, [(a, [Prelude.Int])])) -> [(a, [Prelude.Int])] -> (b, [(a, [Prelude.Int])]) |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |