CurryInfo: bpmn2bpel-3.1.0 / Grappa.*>

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