CurryInfo: boxes-3.0.0 / Boxes.***

definition:
(***) :: (a -> b) -> (c -> d) -> ((a, c) -> (b, d))
f1 *** f2 = \(x, y) -> (f1 x, f2 y)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {***._#lambda29}}
name:
***
precedence:
no precedence defined
result-values:
{***._#lambda29}
signature:
(a -> b) -> (c -> d) -> (a, c) -> (b, d)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms