CurryInfo: inversion-3.0.0 / Data.Function.Inversion.invf5

definition:
invf5 :: (Data a, Data b, Data c, Data d, Data e, Data f) =>
         (a -> b -> c -> d -> e -> f) -> (f -> (a,b,c,d,e))
invf5 f y | f x1 x2 x3 x4 x5 =:<= y = (x1,x2,x3,x4,x5) where x1,x2,x3,x4,x5 free
demand:
argument 7
deterministic:
possibly non-deterministic operation
documentation:
--- Inverts a function of arity 5.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_,_,_,_,_) |-> {(,,,,)}}
name:
invf5
precedence:
no precedence defined
result-values:
{(,,,,)}
signature:
(Prelude.Data a, Prelude.Data b, Prelude.Data c, Prelude.Data d, Prelude.Data e, Prelude.Data f) => (a
-> b -> c -> d -> e -> f) -> f -> (a, b, c, d, e)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term